Add validation on route Register

This commit is contained in:
2021-04-08 02:07:49 +02:00
parent 33a8cdb169
commit 9511331cd2
4 changed files with 42 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ class `Register routes` : BaseTest() {
"birthday": "2001-01-01",
"user":{
"username": "george-junior",
"password": "azerty"
"password": "Azerty123!"
},
"email": "george-junior@gmail.com"
}