test
This commit is contained in:
parent
99241ba25b
commit
5523287cc9
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class GetAllPlayersPaginatedAndSortedTest extends IntegrationTest {
|
||||||
.andExpect(jsonPath("$[0].name").value("A"))
|
.andExpect(jsonPath("$[0].name").value("A"))
|
||||||
.andExpect(jsonPath("$[9].name").value("Z"));
|
.andExpect(jsonPath("$[9].name").value("Z"));
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
testing if specific username that is being filtered by is in the result list
|
testing if specific username that is being filtered by is in the result list
|
||||||
this.mvc.perform(MockMvcRequestBuilders.get(baseUri + "/admin/players")
|
this.mvc.perform(MockMvcRequestBuilders.get(baseUri + "/admin/players")
|
||||||
|
|
Loading…
Add table
Reference in a new issue