Skip to content

Commit

Permalink
Fix test_update_user test
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenclouston committed Oct 9, 2024
1 parent a8a2b15 commit 3824930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions authsignal/client_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def test_delete_user(self):

self.assertEqual(response["success"], True)

@responses.activate
def test_update_user(self):
user_id = "1234"
data = {"email": "[email protected]"}
Expand Down

0 comments on commit 3824930

Please sign in to comment.