Skip to content

Commit

Permalink
change importas name
Browse files Browse the repository at this point in the history
  • Loading branch information
randmonkey committed Sep 3, 2024
1 parent e99b177 commit a19afba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/test_konnect_entities.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
"time"

"github.com/Kong/sdk-konnect-go/models/components"
sdkkonnectcomp "github.com/Kong/sdk-konnect-go/models/components"
"github.com/google/uuid"
"github.com/samber/lo"
"github.com/stretchr/testify/assert"
Expand Down Expand Up @@ -61,9 +61,9 @@ func TestKonnectEntities(t *testing.T) {
Namespace: ns.Name,
},
Spec: konnectv1alpha1.KonnectControlPlaneSpec{
CreateControlPlaneRequest: components.CreateControlPlaneRequest{
CreateControlPlaneRequest: sdkkonnectcomp.CreateControlPlaneRequest{
Name: cpName,
ClusterType: lo.ToPtr(components.ClusterTypeClusterTypeControlPlane),
ClusterType: lo.ToPtr(sdkkonnectcomp.ClusterTypeClusterTypeControlPlane),
Labels: map[string]string{"test_id": testID},
},
KonnectConfiguration: konnectv1alpha1.KonnectConfiguration{
Expand Down

0 comments on commit a19afba

Please sign in to comment.