Skip to content

Commit ffa8f54

Browse files
Apply suggestion from @deiga
Co-authored-by: Timo Sand <[email protected]>
1 parent 1461e99 commit ffa8f54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/resource_github_repository_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ func Test_expandPages(t *testing.T) {
13371337
testCase := func(t *testing.T, mode string) {
13381338
resource.Test(t, resource.TestCase{
13391339
PreCheck: func() { skipUnlessMode(t, mode) },
1340-
Providers: testAccProviders,
1340+
ProviderFactories: providerFactories,
13411341
Steps: []resource.TestStep{
13421342
{
13431343
Config: config,

0 commit comments

Comments
 (0)