Skip to content

Commit

Permalink
test: fix retrieve url
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Mar 1, 2022
1 parent 8bff4b3 commit 01f3542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void testRetrieve() {

var pnfsid = "0000C9B4E3768770452E8B1B8E0232584872";
var archiveId = 12345L;
var uri = URI.create(String.format("cta://cta?archiveid=%d", archiveId));
var uri = URI.create(String.format("cta://cta/%s?archiveid=%d", pnfsid, archiveId));

var storageInfo = GenericStorageInfo.valueOf("a:b@z", "*");
storageInfo.addLocation(uri);
Expand Down

0 comments on commit 01f3542

Please sign in to comment.