We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0876e2f commit 6abb0b2Copy full SHA for 6abb0b2
1 file changed
test/integration/smoke/test_vpc_firewall_rules.py
@@ -180,4 +180,3 @@ def test_02_create_firewall_rule_on_vpc_source_nat_ip(self):
180
self.assertEqual(listed_rule.protocol.lower(), "tcp")
181
self.assertEqual(int(listed_rule.startport), 19443)
182
self.assertEqual(int(listed_rule.endport), 19443)
183
-
0 commit comments