Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e8194 commit 6c32737Copy full SHA for 6c32737
config/kube_config_test.py
@@ -1376,7 +1376,7 @@ def test__get_kube_config_loader_file_persist(self):
1376
def test__get_kube_config_loader_dict_no_persist(self):
1377
expected = FakeConfig(host=TEST_HOST,
1378
token=BEARER_TOKEN_FORMAT % TEST_DATA_BASE64)
1379
- actual = _get_kube_config_loader_for_yaml_file(
+ actual = _get_kube_config_loader(
1380
config_dict=self.TEST_KUBE_CONFIG)
1381
self.assertIsNone(actual._config_persister)
1382
0 commit comments