File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.25.0
77require (
88 github.com/gruntwork-io/terratest v0.50.0
99 github.com/stretchr/testify v1.10.0
10- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.1
10+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.7
1111)
1212
1313require (
Original file line number Diff line number Diff line change @@ -297,8 +297,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
297297github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
298298github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
299299github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
300- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.1 h1:9/uYvUFFLIH91F16AiJqP/LZeGi4t2CYtc8iz3bBXdQ =
301- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.1 /go.mod h1:kdhZ+FeS71D+tB0E2Sh1ISD3zQ+RThPX5SyFqduo7G8 =
300+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.7 h1:HyrZbLB+7dv9Fspe2wvnCe1IYMC6K6AQcoaktQf30j0 =
301+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.7 /go.mod h1:kdhZ+FeS71D+tB0E2Sh1ISD3zQ+RThPX5SyFqduo7G8 =
302302github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
303303github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
304304github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
Original file line number Diff line number Diff line change @@ -446,6 +446,7 @@ func TestSecretsManagerDefaultConfiguration(t *testing.T) {
446446
447447// TestDependencyPermutations runs dependency permutations for the Secrets Manager and all its dependencies
448448func TestDependencyPermutations (t * testing.T ) {
449+ t .Parallel ()
449450
450451 options := testaddons .TestAddonsOptionsDefault (& testaddons.TestAddonOptions {
451452 Testing : t ,
You can’t perform that action at this time.
0 commit comments