Skip to content

Commit

Permalink
Fixed TestAccComposerEnvironment_fixPyPiPackages
Browse files Browse the repository at this point in the history
Updated expected failure message for pypi install issues

Fixed hashicorp/terraform-provider-google#21242
  • Loading branch information
melinath committed Feb 6, 2025
1 parent 8abd103 commit acd4916
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ func TestAccComposerEnvironment_fixPyPiPackages(t *testing.T) {
Steps: []resource.TestStep{
{
Config: testAccComposerEnvironment_fixPyPiPackages(envName, network, subnetwork, serviceAccount),
ExpectError: regexp.MustCompile("Failed to install pypi packages"),
ExpectError: regexp.MustCompile("Failed to install Python packages"),
},
{
Config: testAccComposerEnvironment_fixPyPiPackagesUpdate(envName, network, subnetwork, serviceAccount),
Expand Down

0 comments on commit acd4916

Please sign in to comment.