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 02c0e76 commit edd914b
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
Expand Up @@ -382,7 +382,7 @@ func TestRun(t *testing.T) {
for name, hsc := range c.healthSyncContainers {

checkID := constructCheckID(makeServiceID(serviceName, taskID), name)
log.Printf("Checking for container: %s, hsc %s, CheckId: %s\n", name, hsc, checkID)
log.Printf("Checking for container: %s, hsc %s, CheckId: %s\n", name, hsc.status, checkID)
if expCheck.CheckID == checkID {
if hsc.missing {
expCheck.Status = api.HealthCritical
Expand Down

0 comments on commit edd914b

Please sign in to comment.