Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Two unit tests failing in dev branch #79

Open
matssa opened this issue Apr 28, 2018 · 0 comments
Open

Two unit tests failing in dev branch #79

matssa opened this issue Apr 28, 2018 · 0 comments

Comments

@matssa
Copy link
Contributor

matssa commented Apr 28, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant