summaryrefslogtreecommitdiff
path: root/src/integrationTest/kotlin/dev
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2026-01-09 09:05:19 +0100
committerGitHub2026-01-09 08:05:19 +0000
commita777b837bbbd984df1cbf2e972efba4f5df19606 (patch)
tree3edc7850c569368184f5cb8102cf84355e155e9e /src/integrationTest/kotlin/dev
parented4b068127530346345ed16b2e79b33bc5b03d57 (diff)
ci: build web resources (#240)
Diffstat (limited to 'src/integrationTest/kotlin/dev')
-rw-r--r--src/integrationTest/kotlin/dev/dnpm/etl/processor/web/ConfigControllerTest.kt3
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