added test to load on staging
This commit is contained in:
parent
adea30b491
commit
6af83df368
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue