tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
nixos/test/doh-proxy-rust: fix failing check
Fabian Möller
4 years ago
c1a042c7
d15b4964
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
tests
doh-proxy-rust.nix
+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
41
-
machine.succeed(f"curl --fail '{url}?dns={query}' | grep -F {bin_ip}")
41
41
+
machine.succeed(f"curl --fail -H 'Accept: application/dns-message' '{url}?dns={query}' | grep -F {bin_ip}")
42
42
'';
43
43
})