Skip to content

Commit

Permalink
Merge pull request #539 from andamian/CADC-12729
Browse files Browse the repository at this point in the history
Support for permissions testing (CADC-12729)
  • Loading branch information
pdowler authored Oct 26, 2023
2 parents 1f2a51b + e578637 commit f33274b
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 f33274b

Please sign in to comment.