|
@@ -44,7 +44,7 @@ Kotlin::
|
|
+
|
|
+
|
|
[source,kotlin,role="secondary"]
|
|
[source,kotlin,role="secondary"]
|
|
----
|
|
----
|
|
-@ExtendWith(SpringExtension.class)
|
|
|
|
|
|
+@ExtendWith(SpringExtension::class)
|
|
@ContextConfiguration(classes = [SecurityConfig::class])
|
|
@ContextConfiguration(classes = [SecurityConfig::class])
|
|
@WebAppConfiguration
|
|
@WebAppConfiguration
|
|
class CsrfShowcaseTests {
|
|
class CsrfShowcaseTests {
|