Преглед на файлове

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)