Skip to content

Commit d2bfb38

Browse files
committed
fix tests
1 parent df74c32 commit d2bfb38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

unittests/test_apiv2_notifications.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def create_test_user(self):
3333
password = "testTEST1234!@#$"
3434
r = self.client.post(reverse("user-list"), {
3535
"username": "api-user-notification",
36+
"email": "admin@dojo.com",
3637
"password": password,
3738
}, format="json")
3839
return r.json()["id"]

0 commit comments

Comments
 (0)