There was an error while loading. Please reload this page.
1 parent e3c3c22 commit f501638Copy full SHA for f501638
1 file changed
internal/cmd/beta/cdn/distribution/describe/describe_test.go
@@ -10,7 +10,6 @@ import (
10
"github.com/google/go-cmp/cmp/cmpopts"
11
"github.com/google/uuid"
12
cdn "github.com/stackitcloud/stackit-sdk-go/services/cdn/v1api"
13
- "github.com/stackitcloud/stackit-sdk-go/services/cdn/v1api/wait"
14
15
"github.com/stackitcloud/stackit-cli/internal/pkg/testparams"
16
@@ -79,7 +78,7 @@ func fixtureResponse(mods ...func(resp *cdn.GetDistributionResponse)) *cdn.GetDi
79
78
Errors: nil,
80
Id: testDistributionID,
81
ProjectId: testProjectID,
82
- Status: wait.DISTRIBUTIONSTATUS_ACTIVE,
+ Status: cdn.DISTRIBUTIONSTATUS_ACTIVE,
83
UpdatedAt: testTime,
84
Waf: nil,
85
},
0 commit comments