Skip to content

Commit

Permalink
Fixed the test TestAccCloudBuildTrigger_migration (#6843) (#4931)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Nov 30, 2022
1 parent 20bbfb2 commit 53ecade
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changelog/6843.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
8 changes: 4 additions & 4 deletions google-beta/resource_cloudbuild_trigger_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ func TestAccCloudBuildTrigger_migration(t *testing.T) {
ExternalProviders: oldVersion,
},
{
ResourceName: "google_cloudbuild_trigger.simple-trigger",
ImportState: true,
ImportStateVerify: true,
ExternalProviders: oldVersion,
ResourceName: "google_cloudbuild_trigger.simple-trigger",
ImportState: true,
ImportStateVerifyIgnore: []string{"location"},
ExternalProviders: oldVersion,
},
{
Config: newConfigWithFilename(name),
Expand Down

0 comments on commit 53ecade

Please sign in to comment.