Skip to content

Commit 8774596

Browse files
Unnecessary line deleted
1 parent 946423b commit 8774596

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stack_deployment_groups_integration_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ func TestStackDeploymentGroupsList(t *testing.T) {
4141
stackUpdated = pollStackDeployments(t, ctx, client, stackUpdated.ID)
4242
require.NotNil(t, stackUpdated.LatestStackConfiguration)
4343

44-
stackUpdated.LatestStackConfiguration, _ = client.StackConfigurations.Read(ctx, stackUpdated.LatestStackConfiguration.ID)
45-
4644
t.Run("List with valid stack configuration ID", func(t *testing.T) {
4745
sdgl, err := client.StackDeploymentGroups.List(ctx, stackUpdated.LatestStackConfiguration.ID, nil)
4846
require.NoError(t, err)

0 commit comments

Comments
 (0)