Skip to content

Commit

Permalink
CLEANUP/MINOR: test: correct spellcheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Mar 14, 2024
1 parent 8eb8c16 commit f1dfd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/tests/e2e/endpoints/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit f1dfd91

Please sign in to comment.