fix username lookup test
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 2m1s
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:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user