From 8bfed1f48115a7006703e86d56794ccd47522f59 Mon Sep 17 00:00:00 2001 From: Jakub Warczarek Date: Tue, 25 Jul 2023 15:46:16 +0200 Subject: [PATCH] Update test/integration/enterprise_test.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Grzegorz BurzyƄski --- test/integration/enterprise_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/enterprise_test.go b/test/integration/enterprise_test.go index 190dcf09..94b047ed 100644 --- a/test/integration/enterprise_test.go +++ b/test/integration/enterprise_test.go @@ -129,7 +129,7 @@ func deployAndTestKongEnterprise(t *testing.T, kongAddon *kongaddon.Addon, admin req.Header.Set("Content-Type", "application/json") test.EventuallyExpectResponse(t, httpClient, req, test.WithStatusCode(http.StatusCreated)) - t.Log("verifying that the workspace was indeed created") + t.Log("verifying that the consumer group was indeed created") req, err = http.NewRequestWithContext( ctx, http.MethodGet, adminURL.JoinPath("/consumer_groups/").JoinPath(consumerGroupToCreate).String(),