Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nixos/test/doh-proxy-rust: fix failing check

+1 -1
+1 -1
nixos/tests/doh-proxy-rust.nix
··· 38 38 machine.wait_for_unit("doh-proxy-rust.service") 39 39 machine.wait_for_open_port(53) 40 40 machine.wait_for_open_port(3000) 41 - machine.succeed(f"curl --fail '{url}?dns={query}' | grep -F {bin_ip}") 41 + machine.succeed(f"curl --fail -H 'Accept: application/dns-message' '{url}?dns={query}' | grep -F {bin_ip}") 42 42 ''; 43 43 })