test: fix failing test

This commit is contained in:
Gauthier Roebroeck 2024-04-17 15:39:12 +08:00
parent edc076299c
commit 39e8d1d874

View file

@ -67,7 +67,7 @@ class SettingsControllerTest(
jsonPath("taskPoolSize") { value(4) }
jsonPath("serverPort.configurationSource") { value(25600) }
jsonPath("serverPort.databaseSource") { value(1234) }
jsonPath("serverPort.effectiveValue") { value(25600) }
jsonPath("serverPort.effectiveValue") { value(null) } // somehow we don't get the effective value with the mock server
jsonPath("serverContextPath.configurationSource") { value(null) }
jsonPath("serverContextPath.databaseSource") { value("/example") }
jsonPath("serverContextPath.effectiveValue") { value("") }