Skip to content

Commit

Permalink
fix: typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
a18e committed May 6, 2024
1 parent 533662e commit 99bdb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance-tests/proxy_protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var _ = Describe("Proxy Protocol", func() {
By("Waiting for monit to report that HAProxy is healthy")
// Since the backend is now listening, HAProxy healthcheck should start returning healthy
// and monit should in turn start reporting a healthy process
// We will up to wait one minute for the status to stabilise
// We will wait up to one minute for the status to stabilise
Eventually(func() string {
return boshInstances(deploymentNameForTestNode())[0].ProcessState
}, time.Minute, time.Second).Should(Equal("running"))
Expand Down

0 comments on commit 99bdb81

Please sign in to comment.