Skip to content

Commit

Permalink
Update command_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-hashicorp committed Dec 9, 2024
1 parent 4964983 commit 5f4633c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subcommand/health-sync/command_test.go
Original file line number Diff line number Diff line change
@@ -391,7 +391,7 @@ func TestRun(t *testing.T) {
}
}
}
expectedProxyCheck.Status = api.HealthPassing
expectedProxyCheck.Status = api.HealthCritical
if c.missingDataplaneContainer {
expectedProxyCheck.Status = api.HealthCritical
}

0 comments on commit 5f4633c

Please sign in to comment.