Correct test case

This commit is contained in:
René Pfeuffer
2018-08-27 13:04:05 +02:00
parent 7766a99154
commit f66267e107

View File

@@ -97,7 +97,7 @@ public class PermissionsITCase {
@Test @Test
public void readUserShouldNotSeePermissions() { public void readUserShouldNotSeePermissions() {
assertNull(callRepository(USER_WRITE, USER_PASS, repositoryType, HttpStatus.SC_OK) assertNull(callRepository(USER_READ, USER_PASS, repositoryType, HttpStatus.SC_OK)
.extract() .extract()
.body().jsonPath().getString("_links.permissions.href")); .body().jsonPath().getString("_links.permissions.href"));
} }