Skip to content

Commit ca80f02

Browse files
committed
fix ci 3
1 parent 6e3d38f commit ca80f02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/gateway/src/test/kotlin/ru/ifmo/se/dating/gateway/SecurityInitializer.kt

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class SecurityInitializer :
1212
override fun initialize(ctx: ConfigurableApplicationContext) {
1313
TestPropertyValues.of(
1414
"server.ssl.key-store-password=$keyStorePassword",
15+
"client.ssl.key-store-password=$keyStorePassword",
1516
).applyTo(ctx.environment)
1617
}
1718
}

0 commit comments

Comments
 (0)