fix tests
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Has been cancelled
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Has been cancelled
This commit is contained in:
@ -48,8 +48,8 @@ class PlayerControllerTests {
|
||||
.accept(MediaType.APPLICATION_JSON)
|
||||
.contentType(MediaType.APPLICATION_JSON))
|
||||
.andExpect(status().isOk())
|
||||
.andExpect(jsonPath("$.player.username").value(testPlayer))
|
||||
.andExpect(jsonPath("$.player.uniqueId").value(testPlayerUuid));
|
||||
.andExpect(jsonPath("$.username").value(testPlayer))
|
||||
.andExpect(jsonPath("$.uniqueId").value(testPlayerUuid));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user