Skip to content

Commit

Permalink
continue fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Nov 1, 2024
1 parent d6c71c6 commit ce882a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ async def test_register_body_validation(
"errors": [
{
"code": "value_error",
"message": "value is not a valid email address: An email address must have an @-sign.",
"message": "value is not a valid email address: An email address must have an @-sign.",
"resource": "/v0/auth/register",
"field": "email",
},
{
"code": "value_error",
"message": MSG_PASSWORD_MISMATCH,
"message": f"Value error, {MSG_PASSWORD_MISMATCH}",
"resource": "/v0/auth/register",
"field": "confirm",
},
Expand Down

0 comments on commit ce882a5

Please sign in to comment.