From 3c3697be61f9ceba428df6df971477ec2d33192e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Fri, 15 Sep 2023 14:21:54 +0200 Subject: [PATCH] fix test back for duplicated user --- back/test/robot/auth/auth.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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