added test to load on staging

This commit is contained in:
Alessia Bardi 2023-01-24 18:50:10 +01:00
parent adea30b491
commit 6af83df368
1 changed files with 10 additions and 0 deletions

View File

@ -43,6 +43,16 @@ public class GraphDbReaderAndESIndexTest {
readAndIndexProd(true, uri, datasource, apiId);
}
@Test
public void loadToStaging() throws Exception {
String uri = "https://ariadne-infrastructure.eu/aocat/Collection/INP/D8C072A4-39C5-3274-B145-EAE9F6583751";
String datasource = "inp_cronica";
String apiId = "cronica";
readAndIndexTest(false, uri, datasource, apiId);
}
@Test
public void testRoceehPeriodO() throws Exception {