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 b3d4b57 commit dac8a5cCopy full SHA for dac8a5c
kubernetes/base/config/kube_config_test.py
@@ -1396,7 +1396,7 @@ def test_load_kube_config_from_dict_with_temp_file_path(self):
1396
temp_file_path=tmp_path)
1397
self.assertFalse(True if not os.listdir(tmp_path) else False)
1398
self.assertEqual(expected, actual)
1399
- _cleanup_temp_files
+ _cleanup_temp_files()
1400
1401
def test_load_kube_config_from_empty_file_like_object(self):
1402
config_file_like_object = io.StringIO()
0 commit comments