diff --git a/ibm_catalog.json b/ibm_catalog.json index bd289759..adc100e7 100755 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -253,7 +253,7 @@ "custom_config": { "grouping": "deployment", "original_grouping": "deployment", - "type": "json_editor" + "type": "code_editor" } }, { @@ -261,7 +261,7 @@ "custom_config": { "grouping": "deployment", "original_grouping": "deployment", - "type": "json_editor" + "type": "code_editor" } }, { @@ -269,7 +269,7 @@ "custom_config": { "grouping": "deployment", "original_grouping": "deployment", - "type": "json_editor" + "type": "code_editor" } }, { @@ -523,7 +523,7 @@ "custom_config": { "grouping": "deployment", "original_grouping": "deployment", - "type": "json_editor" + "type": "code_editor" } }, { @@ -572,7 +572,7 @@ "custom_config": { "grouping": "deployment", "original_grouping": "deployment", - "type": "json_editor" + "type": "code_editor" } }, { @@ -592,7 +592,7 @@ "custom_config": { "grouping": "deployment", "original_grouping": "deployment", - "type": "json_editor" + "type": "code_editor" } }, { @@ -601,7 +601,7 @@ "custom_config": { "grouping": "deployment", "original_grouping": "deployment", - "type": "json_editor" + "type": "code_editor" } }, { @@ -668,7 +668,7 @@ "custom_config": { "grouping": "deployment", "original_grouping": "deployment", - "type": "json_editor" + "type": "code_editor" } }, { diff --git a/tests/go.mod b/tests/go.mod index 0322574a..b2b26508 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -6,7 +6,7 @@ toolchain go1.25.0 require ( github.com/gruntwork-io/terratest v0.50.0 - github.com/stretchr/testify v1.10.0 + github.com/stretchr/testify v1.11.0 github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.1 ) diff --git a/tests/go.sum b/tests/go.sum index 538a020c..267a5834 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -293,8 +293,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= -github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8= +github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.1 h1:9/uYvUFFLIH91F16AiJqP/LZeGi4t2CYtc8iz3bBXdQ= github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.1/go.mod h1:kdhZ+FeS71D+tB0E2Sh1ISD3zQ+RThPX5SyFqduo7G8= github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= diff --git a/tests/pr_test.go b/tests/pr_test.go index facc73f9..8b4b378b 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -75,7 +75,7 @@ func TestRunBranchExample(t *testing.T) { func TestRunMainExample(t *testing.T) { t.Parallel() - options := setupOptions(t, "m", "wdc07") + options := setupOptions(t, "m", "us-south") output, err := options.RunTestUpgrade() if !options.UpgradeTestSkipped {