about summary refs log tree commit diff
path: root/nixos/tests/peerflix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/peerflix.nix')
-rw-r--r--nixos/tests/peerflix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/peerflix.nix b/nixos/tests/peerflix.nix
index 37628604d49b5..6e534dedc4715 100644
--- a/nixos/tests/peerflix.nix
+++ b/nixos/tests/peerflix.nix
@@ -18,6 +18,6 @@ import ./make-test-python.nix ({ pkgs, ...} : {
     start_all()
 
     peerflix.wait_for_unit("peerflix.service")
-    peerflix.wait_until_succeeds("curl localhost:9000")
+    peerflix.wait_until_succeeds("curl -f localhost:9000")
   '';
 })