We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2020477 commit af1cfefCopy full SHA for af1cfef
1 file changed
tests/test_local_methods.py
@@ -203,7 +203,7 @@ def test_parse_tpp_policy1(self):
203
self.assertEqual(len(p.key_types), 8)
204
raw_data['Policy']['KeyPair']['KeySize']['Locked'] = True
205
p = conn._parse_zone_config_to_policy(raw_data)
206
- self.assertEqual(len(p.key_types), 4)
+ self.assertEqual(len(p.key_types), 5)
207
raw_data['Policy']['KeyPair']['KeyAlgorithm']['Locked'] = True
208
209
self.assertEqual(len(p.key_types), 1)
0 commit comments