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

Update test.py

parent 94cca273
Pipeline #450 passed with stage
in 1 minute and 9 seconds
......@@ -16,7 +16,7 @@ class ChatRoomTest(APITestCase):
def test_login2(self):
self.url = '/api/v1/auth/login/'
self.body = {
"username": 'superuser',
"username": 'superuser1',
'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