mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 10:41:06 +01:00
Correct test case
This commit is contained in:
@@ -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"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user