diff --git a/subcommand/health-sync/command_test.go b/subcommand/health-sync/command_test.go index 1399f44b..03a64f27 100644 --- a/subcommand/health-sync/command_test.go +++ b/subcommand/health-sync/command_test.go @@ -465,7 +465,7 @@ func TestRun(t *testing.T) { } if !found { - expCheck.Status = api.HealthCritical + expCheck.Status = api.HealthPassing } } expectedProxyCheck.Status = api.HealthPassing