Skip to content

Commit f501638

Browse files
committed
fix(cdn): add file missing from last commit
1 parent e3c3c22 commit f501638

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

internal/cmd/beta/cdn/distribution/describe/describe_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"github.com/google/go-cmp/cmp/cmpopts"
1111
"github.com/google/uuid"
1212
cdn "github.com/stackitcloud/stackit-sdk-go/services/cdn/v1api"
13-
"github.com/stackitcloud/stackit-sdk-go/services/cdn/v1api/wait"
1413

1514
"github.com/stackitcloud/stackit-cli/internal/pkg/testparams"
1615

@@ -79,7 +78,7 @@ func fixtureResponse(mods ...func(resp *cdn.GetDistributionResponse)) *cdn.GetDi
7978
Errors: nil,
8079
Id: testDistributionID,
8180
ProjectId: testProjectID,
82-
Status: wait.DISTRIBUTIONSTATUS_ACTIVE,
81+
Status: cdn.DISTRIBUTIONSTATUS_ACTIVE,
8382
UpdatedAt: testTime,
8483
Waf: nil,
8584
},

0 commit comments

Comments
 (0)