test
Some checks failed
Quality Check / Linting (push) Failing after 1m47s
Quality Check / Static Analysis (push) Failing after 1m48s
Quality Check / Testing (push) Failing after 1m58s
Quality Check / Validate OAS (push) Successful in 4m16s

This commit is contained in:
mehdiboudjoudi 2025-02-26 09:38:35 +01:00
parent 5523287cc9
commit c9f54ba63d

View file

@ -34,6 +34,7 @@ class GetAllPlayersPaginatedAndSortedTest extends IntegrationTest {
/* /*
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")
.param("page", "0") .param("page", "0")