Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Damian authored and Adrian Damian committed Dec 14, 2023
1 parent a8bc98f commit 7139143
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -844,8 +844,7 @@ public void testPreauthURL() throws Exception {

Protocol files = new Protocol(Standards.SI_FILES);
requested.add(files);
URI resourceID = URI.create("ivo://opencadc.org/minoc");
StorageSite site = new StorageSite(resourceID, "site1", true, true);
StorageSite site = new StorageSite(CONSIST_RESOURCE_ID, "site1", true, true);
try {
// get raven pub key
URL pubKeyURL = anonURL.toURI().resolve("./pubkey").toURL();
Expand Down

0 comments on commit 7139143

Please sign in to comment.