mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 02:49:11 +00:00
Add missing @Test annotation
This commit is contained in:
parent
7c43fc111f
commit
b4c8fdf91d
@ -856,6 +856,7 @@ class AuthorizeHttpRequestsDslTests {
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `hasRole when prefixed by configured role prefix should fail to configure`() {
|
||||
assertThatThrownBy { this.spring.register(RoleValidationConfig::class.java).autowire() }
|
||||
.isInstanceOf(UnsatisfiedDependencyException::class.java)
|
||||
|
Loading…
x
Reference in New Issue
Block a user