File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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_ *.
215215func 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.
478478var testAccProviderFactoriesInternal = map [string ]func () (* schema.Provider , error ){
479479 "kubernetes" : func () (* schema.Provider , error ) {
You can’t perform that action at this time.
0 commit comments