summary refs log tree commit diff
path: root/nixos/tests/sslh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/sslh.nix')
-rw-r--r--nixos/tests/sslh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/sslh.nix b/nixos/tests/sslh.nix
index 2a800aa52d0..17094606e8e 100644
--- a/nixos/tests/sslh.nix
+++ b/nixos/tests/sslh.nix
@@ -78,6 +78,6 @@ import ./make-test-python.nix {
         server.succeed(f"grep '{ip}' /tmp/foo{arg}")
 
         # check that http through sslh works
-        assert client.succeed(f"curl {arg} http://server:443").strip() == "hello world"
+        assert client.succeed(f"curl -f {arg} http://server:443").strip() == "hello world"
   '';
 }