Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
spolnik committed Jul 16, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4fc5c6e commit 6219264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/com/jalgoarena/web/UsersControllerSpec.kt
Original file line number Diff line number Diff line change
@@ -104,7 +104,7 @@ class UsersControllerSpec {
.content(jsonUser(userJuliaWithoutId)))
.andExpect(status().isConflict)
.andExpect(jsonPath("$.error", `is`("Registration Error")))
.andExpect(jsonPath("$.message", `is`("Username is already used")))
.andExpect(jsonPath("$.message", `is`("User name is already used")))
}

@Test

0 comments on commit 6219264

Please sign in to comment.