fixed some spelling mistakes

that's all :)

Signed-off-by: Bastian Venthur <venthur@debian.org>
This commit is contained in:
Bastian Venthur
2022-06-14 20:37:15 +02:00
parent a48f1e8c13
commit 8a5d555de7
3 changed files with 6 additions and 6 deletions

View File

@@ -284,7 +284,7 @@ func Lines(output string) []string {
}
// HTTPGetWithRetry performs an HTTP GET on an `endpoint`, using retryDelay also as a request timeout.
// In the case of an error or the response status is not the expeted one, it retries the same request,
// In the case of an error or the response status is not the expected one, it retries the same request,
// returning the response body as a string (empty if we could not reach it)
func HTTPGetWithRetry(t *testing.T, endpoint string, expectedStatus int, retryDelay time.Duration, timeout time.Duration) string {
var (