You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
FAIL: test_create_event_hosted_by_boardmember (ntnui.apps.events.tests.test_add_event.Event_add)
Traceback (most recent call last):
File "/code/ntnui/apps/events/tests/test_add_event.py", line 112, in test_create_event_hosted_by_boardmember
return self.assertEqual(response.status_code, 201)
AssertionError: 400 != 201
AND
FAIL: test_create_event_hosted_by_NTNUI (ntnui.apps.events.tests.test_add_event.Event_add)
Traceback (most recent call last):
File "/code/ntnui/apps/events/tests/test_add_event.py", line 155, in test_create_event_hosted_by_NTNUI
return self.assertEqual(response.status_code, 201)
AssertionError: 400 != 201
The text was updated successfully, but these errors were encountered: