fix tests

This commit is contained in:
anhefti 2019-04-02 14:18:31 +02:00
parent f403fa5eb1
commit 96b6f6efc7

View file

@ -122,7 +122,7 @@ public class UserAPITest extends AdministrationAPIIntegrationTester {
assertEquals(
"[{\"messageCode\":\"1001\","
+ "\"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\":[]}]",
contentAsString);
}