From a777b837bbbd984df1cbf2e972efba4f5df19606 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Fri, 9 Jan 2026 09:05:19 +0100 Subject: ci: build web resources (#240) --- .../kotlin/dev/dnpm/etl/processor/web/ConfigControllerTest.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/integrationTest/kotlin/dev/dnpm') 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 -- cgit v1.2.3