Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Commit

Permalink
test case fix __get_kube_config_loader_dict_no_persist
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu667 committed May 21, 2020
1 parent c6e8194 commit 6c32737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/kube_config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ def test__get_kube_config_loader_file_persist(self):
def test__get_kube_config_loader_dict_no_persist(self):
expected = FakeConfig(host=TEST_HOST,
token=BEARER_TOKEN_FORMAT % TEST_DATA_BASE64)
actual = _get_kube_config_loader_for_yaml_file(
actual = _get_kube_config_loader(
config_dict=self.TEST_KUBE_CONFIG)
self.assertIsNone(actual._config_persister)

Expand Down

0 comments on commit 6c32737

Please # to comment.