Skip to content
Snippets Groups Projects
Commit 1907fddb authored by brinn's avatar brinn
Browse files

Fix test expectations.

SVN: 28426
parent f0860390
No related branches found
No related tags found
No related merge requests found
...@@ -686,8 +686,8 @@ public class EntityOperationTest extends SystemTestCase ...@@ -686,8 +686,8 @@ public class EntityOperationTest extends SystemTestCase
new EntityOperationBuilder().sampleUpdate(sample).create(); new EntityOperationBuilder().sampleUpdate(sample).create();
performFailungEntityOperations(sessionToken, eo, "Authorization failure: ERROR: " performFailungEntityOperations(sessionToken, eo, "Authorization failure: ERROR: "
+ "\"None of method roles '[INSTANCE_ADMIN, INSTANCE_ETL_SERVER]' " + "\"User '" + SPACE_ETL_SERVER_FOR_A
+ "could be found in roles of user '" + SPACE_ETL_SERVER_FOR_A + "'.\"."); + "' does not have enough privileges to modify database instance 'CISD'.\".");
} }
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment