mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[CST-5249] Fixed ExternalSourcesRestControllerIT test
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user