Skip to content

Commit af1cfef

Browse files
committed
increases ec key types to 5 for local tests
1 parent 2020477 commit af1cfef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_local_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def test_parse_tpp_policy1(self):
203203
self.assertEqual(len(p.key_types), 8)
204204
raw_data['Policy']['KeyPair']['KeySize']['Locked'] = True
205205
p = conn._parse_zone_config_to_policy(raw_data)
206-
self.assertEqual(len(p.key_types), 4)
206+
self.assertEqual(len(p.key_types), 5)
207207
raw_data['Policy']['KeyPair']['KeyAlgorithm']['Locked'] = True
208208
p = conn._parse_zone_config_to_policy(raw_data)
209209
self.assertEqual(len(p.key_types), 1)

0 commit comments

Comments
 (0)