From a53861c844e631d8e8325571394a46d38aa8b94e Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Thu, 14 Jan 2021 00:17:20 +0100 Subject: [PATCH] alerts: Fix sharnless tests --- sharness/t0032-ctl-health.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharness/t0032-ctl-health.sh b/sharness/t0032-ctl-health.sh index cfa8b348..0c3921d5 100755 --- a/sharness/t0032-ctl-health.sh +++ b/sharness/t0032-ctl-health.sh @@ -26,7 +26,7 @@ test_expect_success IPFS,CLUSTER "list latest metrics logged by this peer" ' ' test_expect_success IPFS,CLUSTER "alerts must succeed" ' - ipfs-cluster-ctl alerts + ipfs-cluster-ctl health alerts ' test_clean_ipfs