Skip to content

Commit f417458

Browse files
Fixes a test issue for Firebase App Hosting (#15069) (#10695)
[upstream:8dc43a2d0f4f4ebf5c25afa9d96731a8b1365b95] Signed-off-by: Modular Magician <[email protected]>
1 parent f5acd71 commit f417458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-beta/services/firebaseapphosting/resource_firebase_app_hosting_domain_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func TestAccFirebaseAppHostingDomain_firebaseAppHostingDomainFullExample(t *test
114114
ResourceName: "google_firebase_app_hosting_domain.example",
115115
ImportState: true,
116116
ImportStateVerify: true,
117-
ImportStateVerifyIgnore: []string{"backend", "domain_id", "location"},
117+
ImportStateVerifyIgnore: []string{"backend", "custom_domain_status", "domain_id", "location"},
118118
},
119119
},
120120
})

0 commit comments

Comments
 (0)