about summary refs log tree commit diff
path: root/nixos/tests/zrepl.nix
diff options
context:
space:
mode:
authorMatt Layher <mdlayher@gmail.com>2022-11-07 16:34:09 -0500
committerMatt Layher <mdlayher@gmail.com>2022-11-07 18:35:44 -0500
commit8ec252784ed0a348c2a752bee96f23a7a81c5755 (patch)
treed2947596506d8d472917d0304f8f316b48ec5299 /nixos/tests/zrepl.nix
parent3a90ab68e667334dea2819684290e8cbf155aaad (diff)
zrepl: 0.5.0 -> 0.6.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
Diffstat (limited to 'nixos/tests/zrepl.nix')
-rw-r--r--nixos/tests/zrepl.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/zrepl.nix b/nixos/tests/zrepl.nix
index 0ed73fea34b0d..b16c7eddc7aec 100644
--- a/nixos/tests/zrepl.nix
+++ b/nixos/tests/zrepl.nix
@@ -58,8 +58,8 @@ import ./make-test-python.nix (
           out = host.succeed("curl -f localhost:9811/metrics")
 
           assert (
-              "zrepl_version_daemon" in out
-          ), "zrepl version metric was not found in Prometheus output"
+              "zrepl_start_time" in out
+          ), "zrepl start time metric was not found in Prometheus output"
 
           assert (
               "zrepl_zfs_snapshot_duration_count{filesystem=\"test\"}" in out