Skip to content

Commit

Permalink
Fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
dak1n1 committed Apr 2, 2021
1 parent 99a7e79 commit d8c5d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func testAccPreCheck(t *testing.T) {
// minimum configuration, to create a fully separate environment where
// all configuration options (including environment variables) can be
// tested separately from the user's environment. It is used exclusively
// in functions labelled testAccKubernetesProvider_*.
// in functions labelled testAccKubernetesProviderConfig_*.
func testAccPreCheckInternal(t *testing.T) {
ctx := context.TODO()
unsetEnv(t)
Expand Down Expand Up @@ -473,7 +473,7 @@ func requiredProviders() string {
}

// testAccProviderFactoriesInternal is a factory used for provider configuration testing.
// This should only be used for TestAccKubernetesProvider_ tests which need to
// This should only be used for TestAccKubernetesProviderConfig_ tests which need to
// reference the provider instance itself. Other testing should use testAccProviderFactories.
var testAccProviderFactoriesInternal = map[string]func() (*schema.Provider, error){
"kubernetes": func() (*schema.Provider, error) {
Expand Down

0 comments on commit d8c5d0b

Please sign in to comment.