Skip to content

Commit b270a17

Browse files
committed
clean
Signed-off-by: Etienne Homer <[email protected]>
1 parent 5c0d2df commit b270a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/gridsuite/useradmin/server/NoAdminTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void setup() {
5151
}
5252

5353
@Test
54-
public void testNoAdmin()throws Exception {
54+
public void testNoAdmin() throws Exception {
5555
mockMvc.perform(head("/" + UserAdminApi.API_VERSION + "/users/{sub}", "NOT_REGISTERED_USER"))
5656
.andExpect(status().isOk())
5757
.andReturn();

0 commit comments

Comments
 (0)