diff --git a/testing/internal/e2e/tests/gcp/dynamichostcatalog_host_set_test.go b/testing/internal/e2e/tests/gcp/dynamichostcatalog_host_set_test.go index 89a76bce94..92a5b3df2f 100644 --- a/testing/internal/e2e/tests/gcp/dynamichostcatalog_host_set_test.go +++ b/testing/internal/e2e/tests/gcp/dynamichostcatalog_host_set_test.go @@ -287,5 +287,5 @@ func TestApiCreateGCPDynamicHostCatalog(t *testing.T) { ) require.NoError(t, err) t.Log("Successfully found items in the host catalog") - assert.Equal(t, actualHostCatalogCount, expectedHostSetCount, "Numbers of hosts in host catalog did not match expected amount") + assert.Equal(t, expectedHostSetCount, actualHostCatalogCount, "Numbers of hosts in host catalog did not match expected amount") }