Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffooch committed Sep 19, 2024
1 parent 1c1b633 commit cb36018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unittests/test_apiv2_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def create_test_user(self):
password = "testTEST1234!@#$"
r = self.client.post(reverse("user-list"), {
"username": "api-user-notification",
"email": "[email protected]",
"password": password,
}, format="json")
return r.json()["id"]
Expand Down

0 comments on commit cb36018

Please sign in to comment.