From 0a58abbf9e95fffe1b79c12eff43f4a81cea9532 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 14 Jun 2024 15:33:29 +0200 Subject: [PATCH] Fix test --- src/test/cljc/dda/c4k_jitsi/jitsi_test.cljc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/cljc/dda/c4k_jitsi/jitsi_test.cljc b/src/test/cljc/dda/c4k_jitsi/jitsi_test.cljc index 9469a99..8066c4a 100644 --- a/src/test/cljc/dda/c4k_jitsi/jitsi_test.cljc +++ b/src/test/cljc/dda/c4k_jitsi/jitsi_test.cljc @@ -60,7 +60,8 @@ {:name "DISABLE_AUDIO_LEVELS", :value "true"} {:name "ETHERPAD_PUBLIC_URL", :value "https://etherpad.xy.xy.xy/p/"} {:name "WHITEBOARD_ENABLED", :value "true"} - {:name "WHITEBOARD_COLLAB_SERVER_PUBLIC_URL", :value "https://excalidraw-backend.xy.xy.xy"}]} + {:name "WHITEBOARD_COLLAB_SERVER_PUBLIC_URL", :value "https://excalidraw-backend.xy.xy.xy"} + {:name "COLIBRI_WEBSOCKET_REGEX", :value "127.0.0.1"}]} {:name "jvb", :image "jitsi/jvb:stable-9457-2", :imagePullPolicy "IfNotPresent",