Merge pull request #5282 from hashicorp/agent-test-fix

Fix failing TestAgent_PurgeCheckOnDuplicate after merge
This commit is contained in:
Kyle Havlovitz 2019-01-28 13:43:02 -08:00 committed by GitHub
commit 11ba525556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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