summary refs log tree commit diff
path: root/nixos/tests/metabase.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/metabase.nix')
-rw-r--r--nixos/tests/metabase.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/metabase.nix b/nixos/tests/metabase.nix
index 1450a4e9086..65619cc793a 100644
--- a/nixos/tests/metabase.nix
+++ b/nixos/tests/metabase.nix
@@ -15,6 +15,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     start_all()
     machine.wait_for_unit("metabase.service")
     machine.wait_for_open_port(3000)
-    machine.wait_until_succeeds("curl -L http://localhost:3000/setup | grep Metabase")
+    machine.wait_until_succeeds("curl -fL http://localhost:3000/setup | grep Metabase")
   '';
 })