Skip to content

Commit

Permalink
Update internal/dataplane/kong_client_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Warczarek <jakub.warczarek@konghq.com>
  • Loading branch information
czeslavo and programmer04 authored Jan 26, 2024
1 parent 658d754 commit d6026d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/dataplane/kong_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -918,8 +918,7 @@ func TestKongClientUpdate_KonnectUpdatesAreSanitized(t *testing.T) {
kongRawStateGetter,
)

err := kongClient.Update(ctx)
require.NoError(t, err)
require.NoError(t, kongClient.Update(ctx))

konnectContent, ok := updateStrategyResolver.lastUpdatedContentForURL(clientsProvider.konnectClient.BaseRootURL())
require.True(t, ok, "expected Konnect to be updated")
Expand Down

0 comments on commit d6026d3

Please sign in to comment.