We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0d2df commit b270a17Copy full SHA for b270a17
src/test/java/org/gridsuite/useradmin/server/NoAdminTest.java
@@ -51,7 +51,7 @@ public void setup() {
51
}
52
53
@Test
54
- public void testNoAdmin()throws Exception {
+ public void testNoAdmin() throws Exception {
55
mockMvc.perform(head("/" + UserAdminApi.API_VERSION + "/users/{sub}", "NOT_REGISTERED_USER"))
56
.andExpect(status().isOk())
57
.andReturn();
0 commit comments