Skip to content

Commit

Permalink
Fix. max service principal quota reached
Browse files Browse the repository at this point in the history
  • Loading branch information
hashi-derek committed Oct 9, 2024
1 parent 055b1cc commit 6d72bde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestAccWorkloadIdentityProviderResource(t *testing.T) {
accountID, accountID2 := "123456789012", "123456789098"
spName := acctest.RandString(16)

resource.ParallelTest(t, resource.TestCase{
resource.Test(t, resource.TestCase{
ProtoV6ProviderFactories: acctest.ProtoV6ProviderFactories,
PreCheck: func() { acctest.PreCheck(t) },
Steps: []resource.TestStep{
Expand Down

0 comments on commit 6d72bde

Please sign in to comment.