mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-16 17:21:50 +02:00
Remove unused test
This commit is contained in:
parent
43807fb7f1
commit
f5000d46da
1 changed files with 0 additions and 3 deletions
|
@ -1715,9 +1715,6 @@ class BudgetTestCase(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)
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in a new issue