mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 15:47:21 +00:00
Merge pull request #5282 from hashicorp/agent-test-fix
Fix failing TestAgent_PurgeCheckOnDuplicate after merge
This commit is contained in:
commit
ec9fe73819
@ -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…
x
Reference in New Issue
Block a user