This commit is contained in:
mehdiboudjoudi 2025-02-26 09:37:48 +01:00
parent 99241ba25b
commit 5523287cc9

View file

@ -32,6 +32,7 @@ class GetAllPlayersPaginatedAndSortedTest extends IntegrationTest {
.andExpect(jsonPath("$[0].name").value("A"))
.andExpect(jsonPath("$[9].name").value("Z"));
/*
testing if specific username that is being filtered by is in the result list
this.mvc.perform(MockMvcRequestBuilders.get(baseUri + "/admin/players")