From 55e52b57b70cfac675194f8098ac230e37240e0c Mon Sep 17 00:00:00 2001 From: Zhenhua Li Date: Thu, 21 Nov 2024 09:39:59 -0800 Subject: [PATCH] Fix TestAccSqlDatabaseInstance_withPSCEnabled_withIpV4Enabled (#12375) --- .../services/sql/resource_sql_database_instance_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go b/mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go index 98e1614f4929..7ee1c4dc6e79 100644 --- a/mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go +++ b/mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go @@ -1058,7 +1058,7 @@ func TestAccSqlDatabaseInstance_withPSCEnabled_withIpV4Enabled(t *testing.T) { Steps: []resource.TestStep{ { Config: testAccSqlDatabaseInstance_withPSCEnabled_withIpV4Enable(instanceName, projectId, orgId, billingAccount), - ExpectError: regexp.MustCompile("PSC connectivity cannot be enabled together with public IP"), + ExpectError: regexp.MustCompile("PSC connectivity cannot be enabled together with only public IP"), }, }, })