Skip to content

Commit 2843cdc

Browse files
chore(deps): update module github.com/stretchr/testify to v1.11.0 (#863)
* chore(deps): update module github.com/stretchr/testify to v1.11.0 * chore: Update input parameters to use code_editor type for list(object) and object fields * chore: change test region to us-south --------- Co-authored-by: ludwig-mueller <[email protected]>
1 parent c1da448 commit 2843cdc

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

ibm_catalog.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -253,23 +253,23 @@
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
{
@@ -523,7 +523,7 @@
523523
"custom_config": {
524524
"grouping": "deployment",
525525
"original_grouping": "deployment",
526-
"type": "json_editor"
526+
"type": "code_editor"
527527
}
528528
},
529529
{
@@ -572,7 +572,7 @@
572572
"custom_config": {
573573
"grouping": "deployment",
574574
"original_grouping": "deployment",
575-
"type": "json_editor"
575+
"type": "code_editor"
576576
}
577577
},
578578
{
@@ -592,7 +592,7 @@
592592
"custom_config": {
593593
"grouping": "deployment",
594594
"original_grouping": "deployment",
595-
"type": "json_editor"
595+
"type": "code_editor"
596596
}
597597
},
598598
{
@@ -601,7 +601,7 @@
601601
"custom_config": {
602602
"grouping": "deployment",
603603
"original_grouping": "deployment",
604-
"type": "json_editor"
604+
"type": "code_editor"
605605
}
606606
},
607607
{
@@ -668,7 +668,7 @@
668668
"custom_config": {
669669
"grouping": "deployment",
670670
"original_grouping": "deployment",
671-
"type": "json_editor"
671+
"type": "code_editor"
672672
}
673673
},
674674
{

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.25.0
66

77
require (
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

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
293293
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
294294
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
295295
github.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=
298298
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.1 h1:9/uYvUFFLIH91F16AiJqP/LZeGi4t2CYtc8iz3bBXdQ=
299299
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.1/go.mod h1:kdhZ+FeS71D+tB0E2Sh1ISD3zQ+RThPX5SyFqduo7G8=
300300
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=

tests/pr_test.go

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

7676
func 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 {

0 commit comments

Comments
 (0)