summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorteutat3s <10206665+teutat3s@users.noreply.github.com>2023-05-21 16:47:12 +0200
committerteutat3s <10206665+teutat3s@users.noreply.github.com>2023-05-21 16:47:12 +0200
commit998819a01a7a19a8e1c13226346c2356ad658400 (patch)
tree846b79d7a72b15d6d6da6878a25b9a3cdd54488c /nixos
parent3005f20ce0aaa58169cdee57c8aa12e5f1b6e1b3 (diff)
nixosTests.prometheus-exporters.domain fix test
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/prometheus-exporters.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/prometheus-exporters.nix b/nixos/tests/prometheus-exporters.nix
index adc2b467be514..907e4ee3cadbe 100644
--- a/nixos/tests/prometheus-exporters.nix
+++ b/nixos/tests/prometheus-exporters.nix
@@ -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'")
       '';
     };