From 53e30a94aa16e41f406f743c0f160ea50484a2be Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 15 Apr 2026 23:28:11 +0200 Subject: [PATCH] fix generated urls in integration tests --- nix/image/scripts/integration | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/image/scripts/integration b/nix/image/scripts/integration index 8477132..32a9708 100755 --- a/nix/image/scripts/integration +++ b/nix/image/scripts/integration @@ -13,6 +13,10 @@ def main [feature: path, ...rest] { $feature = $feature | str replace "build/integration/" "" } + # don't use the proxy urls for generated urls + occ config:system:delete overwritehost + occ config:system:delete overwriteprotocol + cd $workdir bash run.sh $feature ...$rest }