Skip to content

Commit dac8a5c

Browse files
Update kube_config_test.py
fix missing method invocation
1 parent b3d4b57 commit dac8a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/base/config/kube_config_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ def test_load_kube_config_from_dict_with_temp_file_path(self):
13961396
temp_file_path=tmp_path)
13971397
self.assertFalse(True if not os.listdir(tmp_path) else False)
13981398
self.assertEqual(expected, actual)
1399-
_cleanup_temp_files
1399+
_cleanup_temp_files()
14001400

14011401
def test_load_kube_config_from_empty_file_like_object(self):
14021402
config_file_like_object = io.StringIO()

0 commit comments

Comments
 (0)