@@ -36,7 +36,7 @@ func TestStackDeploymentGroupsList(t *testing.T) {
36
36
require .NoError (t , err )
37
37
require .NotNil (t , stack )
38
38
39
- stackUpdated , err := client .Stacks .UpdateConfiguration (ctx , stack .ID )
39
+ stackUpdated , err := client .Stacks .FetchConfiguration (ctx , stack .ID )
40
40
require .NoError (t , err )
41
41
require .NotNil (t , stackUpdated )
42
42
require .NotEmpty (t , stackUpdated .LatestStackConfiguration .ID )
@@ -102,7 +102,7 @@ func TestStackDeploymentGroupsRead(t *testing.T) {
102
102
require .NoError (t , err )
103
103
require .NotNil (t , stack )
104
104
105
- stackUpdated , err := client .Stacks .UpdateConfiguration (ctx , stack .ID )
105
+ stackUpdated , err := client .Stacks .FetchConfiguration (ctx , stack .ID )
106
106
require .NoError (t , err )
107
107
require .NotNil (t , stackUpdated )
108
108
@@ -154,7 +154,7 @@ func TestStackDeploymentGroupsApproveAllPlans(t *testing.T) {
154
154
require .NoError (t , err )
155
155
require .NotNil (t , stack )
156
156
157
- stackUpdated , err := client .Stacks .UpdateConfiguration (ctx , stack .ID )
157
+ stackUpdated , err := client .Stacks .FetchConfiguration (ctx , stack .ID )
158
158
require .NoError (t , err )
159
159
require .NotNil (t , stackUpdated )
160
160
@@ -201,7 +201,7 @@ func TestStackDeploymentGroupsRerun(t *testing.T) {
201
201
require .NoError (t , err )
202
202
require .NotNil (t , stack )
203
203
204
- stackUpdated , err := client .Stacks .UpdateConfiguration (ctx , stack .ID )
204
+ stackUpdated , err := client .Stacks .FetchConfiguration (ctx , stack .ID )
205
205
require .NoError (t , err )
206
206
require .NotNil (t , stackUpdated )
207
207
0 commit comments