Skip to content

Commit 53ff396

Browse files
committed
Fix function name
1 parent eb33a70 commit 53ff396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/provider_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func testAccPreCheck(t *testing.T) {
211211
// minimum configuration, to create a fully separate environment where
212212
// all configuration options (including environment variables) can be
213213
// tested separately from the user's environment. It is used exclusively
214-
// in functions labelled testAccKubernetesProvider_*.
214+
// in functions labelled testAccKubernetesProviderConfig_*.
215215
func testAccPreCheckInternal(t *testing.T) {
216216
ctx := context.TODO()
217217
unsetEnv(t)
@@ -473,7 +473,7 @@ func requiredProviders() string {
473473
}
474474

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

0 commit comments

Comments
 (0)