Skip to content

Commit

Permalink
Remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste Jonglez committed Feb 3, 2023
1 parent 43807fb commit f5000d4
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 @@ -1715,9 +1715,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)

if __name__ == "__main__":
unittest.main()

0 comments on commit f5000d4

Please sign in to comment.