forked from MinecraftUtilities/Backend
fix test
This commit is contained in:
parent
fcb8ef0357
commit
f3522287fc
@ -58,6 +58,6 @@ class PlayerControllerTests {
|
|||||||
@Test
|
@Test
|
||||||
public void ensurePlayerSkinPartsLookupFailure() throws Exception {
|
public void ensurePlayerSkinPartsLookupFailure() throws Exception {
|
||||||
mockMvc.perform(get("/player/invalidpart/eeab5f8a-18dd-4d58-af78-2b3c4543da48"))
|
mockMvc.perform(get("/player/invalidpart/eeab5f8a-18dd-4d58-af78-2b3c4543da48"))
|
||||||
.andExpect(status().isNotFound());
|
.andExpect(status().isBadRequest());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user