Skip to content

Commit

Permalink
Support for permissions testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Damian authored and Adrian Damian committed Oct 10, 2023
1 parent 1f2a51b commit e578637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vault/src/intTest/java/org/opencadc/vault/NodesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
import java.net.URI;
import org.apache.log4j.Level;
import org.apache.log4j.Logger;
import org.opencadc.gms.GroupURI;

/**
* Test the nodes endpoint.
Expand All @@ -86,6 +87,6 @@ public class NodesTest extends org.opencadc.conformance.vos.NodesTest {
}

public NodesTest() {
super(URI.create("ivo://opencadc.org/vault"), "vault-test.pem");
super(URI.create("ivo://opencadc.org/vault"), "vault-test.pem", new GroupURI(URI.create("ivo://cadc.nrc.ca/gms?CADC_TEST_GROUP2")), "vault-test-auth.pem");
}
}

0 comments on commit e578637

Please sign in to comment.