fix username to uuid lookup tests
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m24s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m24s
This commit is contained in:
parent
bd09539732
commit
944000ab1a
@ -54,7 +54,7 @@ class PlayerControllerTests {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void ensurePlayerUsernameToUuidLookupFailure() throws Exception {
|
public void ensurePlayerUsernameToUuidLookupFailure() throws Exception {
|
||||||
mockMvc.perform(get("/player/uuid/" + testPlayer)
|
mockMvc.perform(get("/player/uuid/" + testInvalidPlayer)
|
||||||
.accept(MediaType.APPLICATION_JSON)
|
.accept(MediaType.APPLICATION_JSON)
|
||||||
.contentType(MediaType.APPLICATION_JSON))
|
.contentType(MediaType.APPLICATION_JSON))
|
||||||
.andExpect(status().isNotFound());
|
.andExpect(status().isNotFound());
|
||||||
|
Loading…
Reference in New Issue
Block a user