Skip to content

Commit

Permalink
Fix org name in ApigeeOrganization update acceptance test.
Browse files Browse the repository at this point in the history
  • Loading branch information
masich committed Jan 8, 2025
1 parent ed2a9cc commit 7a7c7d7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestAccApigeeOrganization_update(t *testing.T) {
Config: testAccApigeeOrganization_full(default_context),
},
{
ResourceName: "google_apigee_organization.org",
ResourceName: "google_apigee_organization.apigee_org",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"project_id", "properties", "retention"},
Expand All @@ -40,12 +40,12 @@ func TestAccApigeeOrganization_update(t *testing.T) {
Config: testAccApigeeOrganization_update(update_context),
ConfigPlanChecks: resource.ConfigPlanChecks{
PreApply: []plancheck.PlanCheck{
plancheck.ExpectResourceAction("google_apigee_organization.org", plancheck.ResourceActionUpdate),
plancheck.ExpectResourceAction("google_apigee_organization.apigee_org", plancheck.ResourceActionUpdate),
},
},
},
{
ResourceName: "google_apigee_organization.org",
ResourceName: "google_apigee_organization.apigee_org",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"project_id", "properties", "retention"},
Expand Down

0 comments on commit 7a7c7d7

Please sign in to comment.