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

Commit 7118f42

Browse files
authored
Fix failing TestAgent_PurgeCheckOnDuplicate after merge
1 parent bae359c commit 7118f42

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

agent/agent_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2003,9 +2003,6 @@ func TestAgent_PurgeCheckOnDuplicate(t *testing.T) {
20032003
Name: "memory check",
20042004
Status: api.HealthCritical,
20052005
Notes: "my cool notes",
2006-
Definition: structs.HealthCheckDefinition{
2007-
Interval: 30 * time.Second,
2008-
},
20092006
}
20102007
if got, want := result, expected; !verify.Values(t, "", got, want) {
20112008
t.FailNow()

0 commit comments

Comments
 (0)