diff --git a/src/main/webapp/WEB-INF/gcube-app.xml b/src/main/webapp/WEB-INF/gcube-app.xml index 1a45af6..d928d43 100644 --- a/src/main/webapp/WEB-INF/gcube-app.xml +++ b/src/main/webapp/WEB-INF/gcube-app.xml @@ -10,9 +10,8 @@ /ctlg* /catalogue /geonetwork - /shub + /shub* /parthenos_registry /analytics/get /knime/get - \ No newline at end of file diff --git a/src/test/java/rest/TestResolvers.java b/src/test/java/rest/TestResolvers.java index 08c2fe1..4413df0 100644 --- a/src/test/java/rest/TestResolvers.java +++ b/src/test/java/rest/TestResolvers.java @@ -19,6 +19,7 @@ import org.apache.commons.io.FilenameUtils; import org.apache.commons.io.IOUtils; import org.apache.http.HttpStatus; import org.gcube.datatransfer.resolver.util.HTTPCallsUtils; +import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -41,7 +42,7 @@ public class TestResolvers { * * @throws Exception the exception */ - //@Test + @Test public void testStorageHub() throws Exception{ String storageHubId = "2019b881-083b-444a-81be-8abee4b91020";