fix(e2e): Fix comment typo

pull/2541/head
Michael Li 4 years ago
parent 01301cd32a
commit 1f87da9fd4

@ -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),

Loading…
Cancel
Save