Skip to content

Commit b4c8fdf

Browse files
Add missing @test annotation
1 parent 7c43fc1 commit b4c8fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/src/test/kotlin/org/springframework/security/config/annotation/web/AuthorizeHttpRequestsDslTests.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,7 @@ class AuthorizeHttpRequestsDslTests {
856856
}
857857
}
858858

859+
@Test
859860
fun `hasRole when prefixed by configured role prefix should fail to configure`() {
860861
assertThatThrownBy { this.spring.register(RoleValidationConfig::class.java).autowire() }
861862
.isInstanceOf(UnsatisfiedDependencyException::class.java)

0 commit comments

Comments
 (0)