mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
nixosTests.prometheus-exporters.domain fix test
This commit is contained in:
parent
3005f20ce0
commit
998819a01a
1 changed files with 1 additions and 3 deletions
|
@ -234,9 +234,7 @@ let
|
|||
exporterTest = ''
|
||||
wait_for_unit("prometheus-domain-exporter.service")
|
||||
wait_for_open_port(9222)
|
||||
succeed(
|
||||
"curl -sSf 'http://localhost:9222/probe?target=nixos.org' | grep 'domain_probe_success 0'"
|
||||
)
|
||||
succeed("curl -sSf 'http://localhost:9222/probe?target=nixos.org'")
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue