We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946423b commit 8774596Copy full SHA for 8774596
stack_deployment_groups_integration_test.go
@@ -41,8 +41,6 @@ func TestStackDeploymentGroupsList(t *testing.T) {
41
stackUpdated = pollStackDeployments(t, ctx, client, stackUpdated.ID)
42
require.NotNil(t, stackUpdated.LatestStackConfiguration)
43
44
- stackUpdated.LatestStackConfiguration, _ = client.StackConfigurations.Read(ctx, stackUpdated.LatestStackConfiguration.ID)
45
-
46
t.Run("List with valid stack configuration ID", func(t *testing.T) {
47
sdgl, err := client.StackDeploymentGroups.List(ctx, stackUpdated.LatestStackConfiguration.ID, nil)
48
require.NoError(t, err)
0 commit comments