Unverified Commit 998819a0 authored by teutat3s's avatar teutat3s
Browse files

nixosTests.prometheus-exporters.domain fix test

parent 3005f20c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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'")
      '';
    };