Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Mar 6, 2025
1 parent 3a69d1f commit 2639f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/services/azapi_resource_example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ func TestAccExamples_All(t *testing.T) {
data := acceptance.BuildTestData(nil, "azapi_resource", "test")
data.ResourceTest(t, r, []resource.TestStep{
{
Config: tc.Config,
Config: tc.Config,
ExternalProviders: tc.ExternalProviders,
},
})
})
Expand Down

0 comments on commit 2639f1d

Please sign in to comment.