You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: marklogic-data-hub/src/main/java/com/marklogic/hub/dhs/installer/deploy/DeployHubQueryRolesetsCommand.java
Copy file name to clipboardExpand all lines: marklogic-data-hub/src/test/java/com/marklogic/hub/dhs/installer/deploy/DeployHubQueryRolesetsCommandTest.java
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -38,16 +38,21 @@ void test() {
38
38
assertEquals(201, receipt.getResponse().getStatusCodeValue(), "The query roleset should have been created " +
39
39
"successfully because data-hub-developer has the add-query-rolesets privilege");
0 commit comments