Update 'DataMinerAlgorithmsCrawler/src/test/java/org/gcube/data/publishing/gCatFeeder/collectors/dm/ItemUrlTests.java'
Removed commented explicit token
This commit is contained in:
parent
de73defa53
commit
e1e23c4d4d
|
@ -11,7 +11,6 @@ public class ItemUrlTests extends BaseCollectorTest {
|
|||
|
||||
@Test
|
||||
public void getItemURL() throws UriResolverMapException, IllegalArgumentException {
|
||||
//SecurityTokenProvider.instance.set("***REMOVED***");
|
||||
TokenSetter.set("/pred4s/preprod/preVRE");
|
||||
String name = "fake";
|
||||
System.out.println(new URIResolver().getCatalogueItemURL(name));
|
||||
|
|
Loading…
Reference in New Issue