summary refs log tree commit diff
path: root/nixos/tests/oci-containers.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/oci-containers.nix')
-rw-r--r--nixos/tests/oci-containers.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/oci-containers.nix b/nixos/tests/oci-containers.nix
index bb6c019f07c..0dfc7ffb276 100644
--- a/nixos/tests/oci-containers.nix
+++ b/nixos/tests/oci-containers.nix
@@ -32,7 +32,7 @@ let
       start_all()
       ${backend}.wait_for_unit("${backend}-nginx.service")
       ${backend}.wait_for_open_port(8181)
-      ${backend}.wait_until_succeeds("curl http://localhost:8181 | grep Hello")
+      ${backend}.wait_until_succeeds("curl -f http://localhost:8181 | grep Hello")
     '';
   };