forked from MinecraftUtilities/Backend
fix username lookup test
This commit is contained in:
parent
8e5adf337a
commit
a16fda1b53
@ -49,7 +49,7 @@ class PlayerControllerTests {
|
||||
.contentType(MediaType.APPLICATION_JSON))
|
||||
.andExpect(status().isOk())
|
||||
.andExpect(jsonPath("$.username").value(testPlayer))
|
||||
.andExpect(jsonPath("$.uuid").value(testPlayerUuid));
|
||||
.andExpect(jsonPath("$.uniqueId").value(testPlayerUuid));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user