Skip to content

Commit

Permalink
Fix TestAccSqlDatabaseInstance_withPSCEnabled_withIpV4Enabled (Google…
Browse files Browse the repository at this point in the history
  • Loading branch information
zli82016 authored and SarahFrench committed Nov 21, 2024
1 parent ef877a2 commit a75a49b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
},
})
Expand Down

0 comments on commit a75a49b

Please sign in to comment.