Commit 35a675f1 authored by John Red Medrano's avatar John Red Medrano

Update test.py

parent 41253276
Pipeline #451 failed with stage
in 1 minute and 10 seconds
......@@ -22,7 +22,7 @@ class ChatRoomTest(APITestCase):
request = self.client.post(self.url, self.body, format='multipart')
self.assertEqual(request.status_code, status.HTTP_200_OK)
self.assertEqual(request.status_code, status.HTTP_404_NOT_FOUND)
......
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