Update kube_config_test.py

fix missing method invocation
This commit is contained in:
Kavish Dahekar 2024-08-27 13:21:57 +02:00 committed by GitHub
parent b3d4b57653
commit dac8a5c7a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()