Skip to content

Commit

Permalink
Use a different service name for TestAccFirebaseAppCheckServiceConfig…
Browse files Browse the repository at this point in the history
…_firebaseAppCheckServiceConfigUpdate (#9961)
  • Loading branch information
rainshen49 authored Feb 15, 2024
1 parent 5a6abe3 commit 56fb584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestAccFirebaseAppCheckServiceConfig_firebaseAppCheckServiceConfigUpdate(t

context := map[string]interface{}{
"project_id": envvar.GetTestProjectFromEnv(),
"service_id": "firestore.googleapis.com",
"service_id": "identitytoolkit.googleapis.com",
"random_suffix": acctest.RandString(t, 10),
}

Expand Down

0 comments on commit 56fb584

Please sign in to comment.