fix username lookup test
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 2m1s

This commit is contained in:
Lee 2024-04-11 03:11:09 +01:00
parent 8e5adf337a
commit a16fda1b53

@ -49,7 +49,7 @@ class PlayerControllerTests {
.contentType(MediaType.APPLICATION_JSON)) .contentType(MediaType.APPLICATION_JSON))
.andExpect(status().isOk()) .andExpect(status().isOk())
.andExpect(jsonPath("$.username").value(testPlayer)) .andExpect(jsonPath("$.username").value(testPlayer))
.andExpect(jsonPath("$.uuid").value(testPlayerUuid)); .andExpect(jsonPath("$.uniqueId").value(testPlayerUuid));
} }
@Test @Test