Browse Source

Fix failing TestAgent_PurgeCheckOnDuplicate after merge

pull/5282/head
Kyle Havlovitz 6 years ago committed by GitHub
parent
commit
7118f42950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      agent/agent_test.go

3
agent/agent_test.go

@ -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()

Loading…
Cancel
Save