From ed4b068127530346345ed16b2e79b33bc5b03d57 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Thu, 8 Jan 2026 16:22:57 +0100 Subject: build: remove webjars and use custom build (#238) --- .../kotlin/dev/dnpm/etl/processor/web/HomeControllerTest.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/integrationTest') diff --git a/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/HomeControllerTest.kt b/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/HomeControllerTest.kt index e329b30..b4be1ff 100644 --- a/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/HomeControllerTest.kt +++ b/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/HomeControllerTest.kt @@ -79,6 +79,7 @@ class HomeControllerTest { fun setup(@Autowired mockMvc: MockMvc, @Autowired requestService: RequestService) { this.mockMvc = mockMvc this.webClient = MockMvcWebClientBuilder.mockMvcSetup(mockMvc).build() + this.webClient.options.isJavaScriptEnabled = false whenever(requestService.findAll(any())).thenReturn(Page.empty()) } -- cgit v1.2.3