Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aalda committed Apr 12, 2019
1 parent 55513df commit c42895d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func TestHealthCheck(t *testing.T) {

func TestPeriodicHealthCheck(t *testing.T) {

log.SetLogger("TestPeriodicHealthCheck", log.INFO)
log.SetLogger("TestPeriodicHealthCheck", log.SILENT)

var numChecks int
httpClient := NewTestHttpClient(func(req *http.Request) (*http.Response, error) {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func getClient(t *testing.T, id int) *client.HTTPClient {
client.SetURLs(fmt.Sprintf("http://127.0.0.1:880%d", id)),
client.SetAPIKey(APIKey),
client.SetTopologyDiscovery(false),
client.SetHealthchecks(false),
client.SetHealthChecks(false),
client.SetMaxRetries(3),
)
if err != nil {
Expand Down

0 comments on commit c42895d

Please sign in to comment.