소스 검색

Add missing @Test annotation

Marcus Hert Da Coregio 1 년 전
부모
커밋
b4c8fdf91d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      config/src/test/kotlin/org/springframework/security/config/annotation/web/AuthorizeHttpRequestsDslTests.kt

+ 1 - 0
config/src/test/kotlin/org/springframework/security/config/annotation/web/AuthorizeHttpRequestsDslTests.kt

@@ -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)