add email to citizen entity

This commit is contained in:
2019-10-08 14:37:21 +02:00
parent ebc552a431
commit f91b25b35b
9 changed files with 19 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ Feature: Auth routes
"user":{
"username": "george-junior",
"plain_password": "azerty"
}
},
"email": "george-junior@gmail.com"
}
"""
Then the response status code should be 200