fixing(gateway)

This commit is contained in:
2025-08-14 00:35:51 +02:00
parent b67d75543e
commit d0232c23a0
11 changed files with 50 additions and 26 deletions
@@ -57,7 +57,7 @@ class GatewaySecurityTests {
@BeforeEach
fun setUpClient() {
// Ensure absolute base URL with scheme to satisfy CORS processor
// Ensure absolute base URL with a scheme to satisfy the CORS processor
webTestClient = webTestClient.mutate()
.baseUrl("http://localhost:$port")
.build()