From 1f87da9fd476c29ec83d24facd4281af55de2556 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Mon, 17 Oct 2022 19:28:42 -0400 Subject: [PATCH] fix(e2e): Fix comment typo --- testing/internal/e2e/host/aws/dynamichostcatalog_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/internal/e2e/host/aws/dynamichostcatalog_test.go b/testing/internal/e2e/host/aws/dynamichostcatalog_test.go index 819574b1a8..f3da7cc939 100644 --- a/testing/internal/e2e/host/aws/dynamichostcatalog_test.go +++ b/testing/internal/e2e/host/aws/dynamichostcatalog_test.go @@ -209,7 +209,7 @@ func TestCreateAwsDynamicHostCatalogCli(t *testing.T) { return errors.New("No items are appearing in the host catalog") } - t.Logf("Found %d hosts", actualHostCatalogCount) + t.Logf("Found %d host(s)", actualHostCatalogCount) return nil }, backoff.WithMaxRetries(backoff.NewConstantBackOff(3*time.Second), 5),