From 28b57c4fc59210cff8d557654363376a59e0f1f6 Mon Sep 17 00:00:00 2001 From: Elim Tsiagbey Date: Tue, 7 Jan 2025 01:14:01 -0500 Subject: [PATCH] swap gcp assertion --- .../internal/e2e/tests/gcp/dynamichostcatalog_host_set_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }