Update kube_config_test.py
fix missing method invocation
This commit is contained in:
parent
b3d4b57653
commit
dac8a5c7a5
@ -1396,7 +1396,7 @@ class TestKubeConfigLoader(BaseTestCase):
|
||||
temp_file_path=tmp_path)
|
||||
self.assertFalse(True if not os.listdir(tmp_path) else False)
|
||||
self.assertEqual(expected, actual)
|
||||
_cleanup_temp_files
|
||||
_cleanup_temp_files()
|
||||
|
||||
def test_load_kube_config_from_empty_file_like_object(self):
|
||||
config_file_like_object = io.StringIO()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user