Skip to content

Commit 2020477

Browse files
committed
increases key types to 8 for local tests
1 parent 542f942 commit 2020477

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
@@ -200,7 +200,7 @@ def test_parse_tpp_policy1(self):
200200
conn = TPPConnection(url="http://example.com/", user="", password="")
201201
raw_data = json.loads(POLICY_TPP1)
202202
p = conn._parse_zone_config_to_policy(raw_data)
203-
self.assertEqual(len(p.key_types), 7)
203+
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)
206206
self.assertEqual(len(p.key_types), 4)

0 commit comments

Comments
 (0)