aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/nixos/tests/sslh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/nixos/tests/sslh.nix')
-rw-r--r--infra/libkookie/nixpkgs/nixos/tests/sslh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/libkookie/nixpkgs/nixos/tests/sslh.nix b/infra/libkookie/nixpkgs/nixos/tests/sslh.nix
index 2a800aa52d0a..17094606e8e6 100644
--- a/infra/libkookie/nixpkgs/nixos/tests/sslh.nix
+++ b/infra/libkookie/nixpkgs/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"
'';
}