about summary refs log tree commit diff
path: root/nixos/tests/limesurvey.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/limesurvey.nix')
-rw-r--r--nixos/tests/limesurvey.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/limesurvey.nix b/nixos/tests/limesurvey.nix
index 7228fcb833155..dad807fb73300 100644
--- a/nixos/tests/limesurvey.nix
+++ b/nixos/tests/limesurvey.nix
@@ -20,7 +20,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
 
     machine.wait_for_unit("phpfpm-limesurvey.service")
     assert "The following surveys are available" in machine.succeed(
-        "curl http://example.local/"
+        "curl -f http://example.local/"
     )
   '';
 })