Skip to content

Commit

Permalink
Remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste Jonglez authored and almet committed Jan 5, 2025
1 parent dff1956 commit 0d7308f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ihatemoney/tests/budget_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1906,9 +1906,6 @@ def test_add_duplicate_user_with_balance(self):
# 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"]
Expand Down

0 comments on commit 0d7308f

Please sign in to comment.