adding openAIREFunding valitation to IT

This commit is contained in:
Paulo Graça
2021-08-23 11:17:27 +01:00
parent 653be5db00
commit 98015e469b

View File

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