Skip to content

Commit c72e4b1

Browse files
TF-25665 linking jira curiosity
1 parent 8de6070 commit c72e4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack_deployment_groups_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ func TestStackDeploymentGroupsApproveAllPlans(t *testing.T) {
166166

167167
deploymentGroupID := deploymentGroups.Items[0].ID
168168

169-
t.Run("Approve all plans", func(t *testing.T) {
169+
t.Run("Approving all plans", func(t *testing.T) {
170170
err := client.StackDeploymentGroups.ApproveAllPlans(ctx, deploymentGroupID)
171171
require.NoError(t, err)
172172
})

0 commit comments

Comments
 (0)