Skip to content

Commit

Permalink
test: Restore ProviderFactory initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Jul 12, 2023
1 parent ebf45d9 commit 9b6eaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func init() {
testAccProvider = Provider()
testAccProviderFactories = map[string]func() (*schema.Provider, error){
"routeros": func() (*schema.Provider, error) {
return NewProvider(), nil
return testAccProvider, nil
},
}
}
Expand Down

0 comments on commit 9b6eaf5

Please sign in to comment.