Fix failing TestAgent_PurgeCheckOnDuplicate after merge
This commit is contained in:
parent
41d8f12ac2
commit
3934df9472
|
@ -2003,9 +2003,6 @@ func TestAgent_PurgeCheckOnDuplicate(t *testing.T) {
|
||||||
Name: "memory check",
|
Name: "memory check",
|
||||||
Status: api.HealthCritical,
|
Status: api.HealthCritical,
|
||||||
Notes: "my cool notes",
|
Notes: "my cool notes",
|
||||||
Definition: structs.HealthCheckDefinition{
|
|
||||||
Interval: 30 * time.Second,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
if got, want := result, expected; !verify.Values(t, "", got, want) {
|
if got, want := result, expected; !verify.Values(t, "", got, want) {
|
||||||
t.FailNow()
|
t.FailNow()
|
||||||
|
|
Loading…
Reference in a new issue