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 10, 2024
1 parent d8a55ee commit 2e718fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subcommand/health-sync/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,8 @@ func TestRun(t *testing.T) {
// assertHealthChecks(t, consulClient, expectedSvcChecks, expectedProxyCheck)
//}
//
//// Send SIGTERM and verify the status of checks
//signalSIGTERM(t)
// Send SIGTERM and verify the status of checks
signalSIGTERM(t)
//
//for _, expCheck := range expectedSvcChecks {
// expCheck.Status = api.HealthCritical
Expand Down

0 comments on commit 2e718fc

Please sign in to comment.