Skip to content

Commit

Permalink
chore: remove debug statements from testcase (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt authored Mar 22, 2024
1 parent 3bcb6ba commit 020f6d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions haproxy_manager/custom_link_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ func TestCustomLink(t *testing.T) {
}
// check now
config = fetchConfig(transactionId)
t.Log(config)
assert.Equal(t, strings.Contains(config, output), true, "tcp link should exist")
})

Expand Down Expand Up @@ -59,7 +58,6 @@ func TestCustomLink(t *testing.T) {
}
// ensure tcp link exists only once
config = fetchConfig(transactionId)
t.Log(config)
assert.Equal(t, strings.Count(config, output), 1, "tcp link should exist")
})

Expand Down

0 comments on commit 020f6d7

Please sign in to comment.