mirror of
https://github.com/gotson/komga.git
synced 2026-04-27 17:32:08 +02:00
test: fix failing test
This commit is contained in:
parent
edc076299c
commit
39e8d1d874
1 changed files with 1 additions and 1 deletions
|
|
@ -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("") }
|
||||
|
|
|
|||
Loading…
Reference in a new issue