fix tests
This commit is contained in:
parent
f403fa5eb1
commit
96b6f6efc7
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ public class UserAPITest extends AdministrationAPIIntegrationTester {
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"[{\"messageCode\":\"1001\","
|
"[{\"messageCode\":\"1001\","
|
||||||
+ "\"systemMessage\":\"FORBIDDEN\","
|
+ "\"systemMessage\":\"FORBIDDEN\","
|
||||||
+ "\"details\":\"No grant: READ_ONLY on type: USER entity institution: 1 entity owner: user1 for user: user3\","
|
+ "\"details\":\"No grant: READ on type: USER entity institution: 1 entity owner: user1 for user: user3\","
|
||||||
+ "\"attributes\":[]}]",
|
+ "\"attributes\":[]}]",
|
||||||
contentAsString);
|
contentAsString);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue