We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df74c32 commit d2bfb38Copy full SHA for d2bfb38
1 file changed
unittests/test_apiv2_notifications.py
@@ -33,6 +33,7 @@ def create_test_user(self):
33
password = "testTEST1234!@#$"
34
r = self.client.post(reverse("user-list"), {
35
"username": "api-user-notification",
36
+ "email": "admin@dojo.com",
37
"password": password,
38
}, format="json")
39
return r.json()["id"]
0 commit comments