Update 'DataMinerAlgorithmsCrawler/src/test/java/org/gcube/data/publishing/gCatFeeder/collectors/dm/ItemUrlTests.java'

Removed commented explicit token
This commit is contained in:
Fabio Sinibaldi 2023-01-18 15:41:21 +01:00
parent de73defa53
commit e1e23c4d4d
1 changed files with 0 additions and 1 deletions

View File

@ -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));