We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13524c2 commit 2c28da2Copy full SHA for 2c28da2
marklogic-client-api/src/test/java/com/marklogic/client/test/FailedRequestTest.java
@@ -130,7 +130,7 @@ public void testErrorOnNonREST() throws ForbiddenUserException {
130
serverConfig.readConfiguration();
131
} catch (ForbiddenUserException e) {
132
assertEquals(
133
- "Local message: User is not allowed to read config/properties. Server Message: SEC-NOADMIN: (err:FOER0000) User does not have admin role.",
+ "Local message: User is not allowed to read config/properties. Server Message: SEC-NOADMIN: (err:FOER0000) User does not have admin-ui privilege.",
134
e.getMessage());
135
assertEquals(403, e.getServerStatusCode());
136
assertEquals("Forbidden", e.getServerStatus());
0 commit comments