[CST-5799] Fixed ExternalSourcesRestControllerIT test

This commit is contained in:
Luca Giamminonni
2022-06-17 15:02:15 +02:00
parent 77796ea0b7
commit 7471b0bd3d

View File

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