Improve BitMaskI

This commit is contained in:
2021-03-20 00:54:01 +01:00
parent c9879be72c
commit d03b585372
4 changed files with 12 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ class `Register routes` : BaseTest() {
@Test
fun `I cannot register if no username was sent`() {
withIntegrationApplication {
`When I send a POST request`("/register", Validate.RESPONSE_BODY) {
`When I send a POST request`("/register", Validate.ALL - Validate.RESPONSE_BODY) {
`with body`("""
{
"name": {"firstName":"George2", "lastName":"MICHEL2"},