Skip to content

Commit

Permalink
Update test/integration/enterprise_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Grzegorz Burzyński <[email protected]>
  • Loading branch information
programmer04 and czeslavo committed Jul 25, 2023
1 parent 6955e48 commit 8bfed1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/enterprise_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 8bfed1f

Please sign in to comment.