Skip to content

Commit

Permalink
test: Undo provider initialization patche
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Jul 13, 2023
1 parent 4354c41 commit 90800a8
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 90800a8

Please sign in to comment.