[CST-5249] Fixed ExternalSourcesRestControllerIT test

This commit is contained in:
Luca Giamminonni
2022-07-07 15:29:03 +02:00
parent 13d0ddaae9
commit 3de276a797

View File

@@ -54,7 +54,7 @@ public class ExternalSourcesRestControllerIT extends AbstractControllerIntegrati
ExternalSourceMatcher.matchExternalSource(
"openAIREFunding", "openAIREFunding", false)
)))
.andExpect(jsonPath("$.page.totalElements", Matchers.is(9)));
.andExpect(jsonPath("$.page.totalElements", Matchers.is(10)));
}
@Test