Commit 93904103 authored by John Red Medrano's avatar John Red Medrano

Update test.py

parent 7637dffc
Pipeline #455 failed with stages
in 1 minute and 24 seconds
...@@ -16,7 +16,7 @@ class ChatRoomTest(APITestCase): ...@@ -16,7 +16,7 @@ class ChatRoomTest(APITestCase):
def test_login2(self): def test_login2(self):
self.url = '/api/v1/auth/login/' self.url = '/api/v1/auth/login/'
self.body = { self.body = {
"username": 'superuser1', "username": 'superuser',
'password': 'password123' 'password': 'password123'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment