From 2ea9c881642f1f3a699ec7d4879c25c0228e4140 Mon Sep 17 00:00:00 2001 From: Md Anam Raihan Date: Mon, 18 Aug 2025 12:58:13 +0530 Subject: [PATCH 1/2] remove in-che from valid region --- tests/pr_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pr_test.go b/tests/pr_test.go index b8645102..2597473e 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -26,8 +26,8 @@ const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-res const fullyConfigurableTerraformDir = "solutions/fully-configurable" const AccountSettingsDADir = "solutions/event-routing-account-settings" +// Removed "in-che" from validRegions as it is not supported by Standard plan of Event Stream var validRegions = []string{ - "in-che", "au-syd", "br-sao", "ca-tor", From 146ef44d44c0249f5a7bd7af3f313fc69aba79b8 Mon Sep 17 00:00:00 2001 From: Md Anam Raihan Date: Mon, 18 Aug 2025 13:04:22 +0530 Subject: [PATCH 2/2] update comment --- tests/pr_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pr_test.go b/tests/pr_test.go index 2597473e..231f7973 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -26,7 +26,7 @@ const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-res const fullyConfigurableTerraformDir = "solutions/fully-configurable" const AccountSettingsDADir = "solutions/event-routing-account-settings" -// Removed "in-che" from validRegions as it is not supported by Standard plan of Event Stream +// Removed "in-che" from validRegions since it isn’t supported under the Standard plan of Event Streams. var validRegions = []string{ "au-syd", "br-sao",