diff --git a/deploy/tests/e2e/endpoints/http_test.go b/deploy/tests/e2e/endpoints/http_test.go index f73cb492..963a3b71 100644 --- a/deploy/tests/e2e/endpoints/http_test.go +++ b/deploy/tests/e2e/endpoints/http_test.go @@ -61,7 +61,7 @@ func (suite *EndpointsSuite) Test_HTTP_Reach() { } default: if pid != suite.getPID() { - suite.Error(fmt.Errorf("Uncessary reload of HAproxy")) + suite.Error(fmt.Errorf("Unnecessary reload of HAproxy")) return false } }