diff --git a/nixos/tests/kubo/kubo.nix b/nixos/tests/kubo/kubo.nix index c43bfee4333e..41627e6c4c50 100644 --- a/nixos/tests/kubo/kubo.nix +++ b/nixos/tests/kubo/kubo.nix @@ -56,7 +56,7 @@ with subtest("Socket activation for the Gateway"): machine.succeed( - f"curl 'http://127.0.0.1:8080/ipfs/{ipfs_hash.strip()}' | grep fnord2" + f"curl -s 'http://127.0.0.1:8080/ipfs/{ipfs_hash.strip()}' | grep fnord2" ) with subtest("Setting dataDir works properly with the hardened systemd unit"):