Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens authored Jul 29, 2023
1 parent baf32e3 commit 5c51fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/joinfaces/example/SecurityConfigIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class SecurityConfigIT {
@Test
public void exceptionOnConfigureNull() {
SecurityConfig securityConfig = new SecurityConfig();
Assertions.assertThrows(BeanCreationException.class, () -> securityConfig.configure((HttpSecurity) null));
Assertions.assertThrows(BeanCreationException.class, () -> securityConfig.configure((HttpSecurity) null), null);
}

}

0 comments on commit 5c51fb1

Please sign in to comment.