mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
Remove unused test
This commit is contained in:
parent
dff1956c14
commit
0d7308fccb
1 changed files with 0 additions and 3 deletions
|
@ -1906,9 +1906,6 @@ class TestBudget(IhatemoneyTestCase):
|
|||
# The only active_member is Alice, this means adding a new Bob failed
|
||||
self.assertEqual(len(self.get_project("raclette").active_members), 1)
|
||||
|
||||
# Can't get this part to work
|
||||
# response = self.client.get("/raclette/members/add", data={"name": "Bob"})
|
||||
# self.assertEqual(response.status_code, 405)
|
||||
|
||||
def test_session_projects_migration_to_list(self):
|
||||
"""In https://github.com/spiral-project/ihatemoney/pull/1082, session["projects"]
|
||||
|
|
Loading…
Reference in a new issue