diff options
| author | Paul-Christian Volkmer | 2026-01-09 09:05:19 +0100 |
|---|---|---|
| committer | GitHub | 2026-01-09 08:05:19 +0000 |
| commit | a777b837bbbd984df1cbf2e972efba4f5df19606 (patch) | |
| tree | 3edc7850c569368184f5cb8102cf84355e155e9e /src/integrationTest | |
| parent | ed4b068127530346345ed16b2e79b33bc5b03d57 (diff) | |
ci: build web resources (#240)
Diffstat (limited to 'src/integrationTest')
| -rw-r--r-- | src/integrationTest/kotlin/dev/dnpm/etl/processor/web/ConfigControllerTest.kt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/ConfigControllerTest.kt b/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/ConfigControllerTest.kt index c081319..89e1d6c 100644 --- a/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/ConfigControllerTest.kt +++ b/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/ConfigControllerTest.kt @@ -106,7 +106,8 @@ class ConfigControllerTest { this.requestProcessor = requestProcessor this.connectionCheckUpdateProducer = connectionCheckUpdateProducer - webClient.options.isThrowExceptionOnScriptError = false + this.webClient.options.isJavaScriptEnabled = false + this.webClient.options.isThrowExceptionOnScriptError = false } @Test |
