Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request hashicorp#5282 from hashicorp/agent-test-fix
Browse files Browse the repository at this point in the history
Fix failing TestAgent_PurgeCheckOnDuplicate after merge
  • Loading branch information
kyhavlov authored Jan 28, 2019
2 parents bc2b151 + 7118f42 commit ec9fe73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions agent/agent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2003,9 +2003,6 @@ func TestAgent_PurgeCheckOnDuplicate(t *testing.T) {
Name: "memory check",
Status: api.HealthCritical,
Notes: "my cool notes",
Definition: structs.HealthCheckDefinition{
Interval: 30 * time.Second,
},
}
if got, want := result, expected; !verify.Values(t, "", got, want) {
t.FailNow()
Expand Down

0 comments on commit ec9fe73

Please sign in to comment.