diff --git a/back/test/robot/auth/auth.robot b/back/test/robot/auth/auth.robot index 08a7273..a4b1071 100644 --- a/back/test/robot/auth/auth.robot +++ b/back/test/robot/auth/auth.robot @@ -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