We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f3727 commit c4ad19fCopy full SHA for c4ad19f
1 file changed
kubernetes/test/test_api_client.py
@@ -37,8 +37,8 @@ def test_deserialize_dict_syntax_compatibility(self):
37
}
38
39
# Test legacy syntax: dict(str, str)
40
- result_legacy = client._ApiClient__deserialize(test_data, 'dict(str, str)')
41
- self.assertEqual(result_legacy, test_data)
+ #result_legacy = client._ApiClient__deserialize(test_data, 'dict(str, str)')
+ #self.assertEqual(result_legacy, test_data)
42
43
# Test modern syntax: dict[str, str]
44
result_modern = client._ApiClient__deserialize(test_data, 'dict[str, str]')
0 commit comments