fix test back for duplicated user

This commit is contained in:
Clément Le Bihan
2023-09-15 14:21:54 +02:00
parent 073c00a35e
commit 3c3697be61
+1 -1
View File
@@ -30,7 +30,7 @@ Register Duplicates
# We can't use the `Register` keyword because it assert for success
POST /auth/register {"username": "user-duplicate", "password": "pass", "email": "mail@kyoo.moe"}
Output
Integer response status 400
Integer response status 422
Login user-duplicate
[Teardown] DELETE /auth/me