Skip to content

Commit 7f65a11

Browse files
Ignore properties field during import test steps of generated google_apigee_organization acc test (#9624) (#6772)
Accompanies GoogleCloudPlatform/magic-modules#9257 [upstream:08cea36603bc8ba6248b15d49f913d9a110ca7c8] Signed-off-by: Modular Magician <[email protected]>
1 parent 4937545 commit 7f65a11

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/9624.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/services/apigee/resource_apigee_organization_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func TestAccApigeeOrganization_apigeeOrganizationCloudFullTestExample(t *testing
193193
ResourceName: "google_apigee_organization.org",
194194
ImportState: true,
195195
ImportStateVerify: true,
196-
ImportStateVerifyIgnore: []string{"project_id", "retention"},
196+
ImportStateVerifyIgnore: []string{"project_id", "retention", "properties"},
197197
},
198198
},
199199
})

0 commit comments

Comments
 (0)