fixed junit test
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@174010 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
25779bfe95
commit
91ee3a1171
|
@ -169,7 +169,8 @@ public class TestResolvers {
|
|||
public void catalogueResolverCreateItemURLTest() throws Exception{
|
||||
|
||||
String entityName = "sarda-sarda";
|
||||
String entityContext = "product";
|
||||
//String entityContext = "product";
|
||||
String entityContext = "dataset";
|
||||
String scope = "/gcube/devsec/devVRE";
|
||||
|
||||
String url = String.format("%s/%s",URI_RESOLVER_SERVICE_ENDPOINT,"catalogue");
|
||||
|
|
Loading…
Reference in New Issue