File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 253253 "custom_config" : {
254254 "grouping" : " deployment" ,
255255 "original_grouping" : " deployment" ,
256- "type" : " json_editor "
256+ "type" : " code_editor "
257257 }
258258 },
259259 {
260260 "key" : " powervs_netweaver_instance_storage_config" ,
261261 "custom_config" : {
262262 "grouping" : " deployment" ,
263263 "original_grouping" : " deployment" ,
264- "type" : " json_editor "
264+ "type" : " code_editor "
265265 }
266266 },
267267 {
268268 "key" : " powervs_default_sap_images" ,
269269 "custom_config" : {
270270 "grouping" : " deployment" ,
271271 "original_grouping" : " deployment" ,
272- "type" : " json_editor "
272+ "type" : " code_editor "
273273 }
274274 },
275275 {
523523 "custom_config" : {
524524 "grouping" : " deployment" ,
525525 "original_grouping" : " deployment" ,
526- "type" : " json_editor "
526+ "type" : " code_editor "
527527 }
528528 },
529529 {
572572 "custom_config" : {
573573 "grouping" : " deployment" ,
574574 "original_grouping" : " deployment" ,
575- "type" : " json_editor "
575+ "type" : " code_editor "
576576 }
577577 },
578578 {
592592 "custom_config" : {
593593 "grouping" : " deployment" ,
594594 "original_grouping" : " deployment" ,
595- "type" : " json_editor "
595+ "type" : " code_editor "
596596 }
597597 },
598598 {
601601 "custom_config" : {
602602 "grouping" : " deployment" ,
603603 "original_grouping" : " deployment" ,
604- "type" : " json_editor "
604+ "type" : " code_editor "
605605 }
606606 },
607607 {
668668 "custom_config" : {
669669 "grouping" : " deployment" ,
670670 "original_grouping" : " deployment" ,
671- "type" : " json_editor "
671+ "type" : " code_editor "
672672 }
673673 },
674674 {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.25.0
66
77require (
88 github.com/gruntwork-io/terratest v0.50.0
9- github.com/stretchr/testify v1.10 .0
9+ github.com/stretchr/testify v1.11 .0
1010 github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.1
1111)
1212
Original file line number Diff line number Diff line change @@ -293,8 +293,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
293293github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
294294github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
295295github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
296- github.com/stretchr/testify v1.10 .0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
297- github.com/stretchr/testify v1.10 .0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
296+ github.com/stretchr/testify v1.11 .0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8 =
297+ github.com/stretchr/testify v1.11 .0 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
298298github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.1 h1:9/uYvUFFLIH91F16AiJqP/LZeGi4t2CYtc8iz3bBXdQ =
299299github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.1 /go.mod h1:kdhZ+FeS71D+tB0E2Sh1ISD3zQ+RThPX5SyFqduo7G8 =
300300github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ func TestRunBranchExample(t *testing.T) {
7575
7676func TestRunMainExample (t * testing.T ) {
7777 t .Parallel ()
78- options := setupOptions (t , "m" , "wdc07 " )
78+ options := setupOptions (t , "m" , "us-south " )
7979
8080 output , err := options .RunTestUpgrade ()
8181 if ! options .UpgradeTestSkipped {
You can’t perform that action at this time.
0 commit comments