mirror of https://github.com/apache/cloudstack.git
Fix whitespace
This commit is contained in:
parent
0876e2fcab
commit
6abb0b2811
|
|
@ -180,4 +180,3 @@ class TestVpcFirewallRules(cloudstackTestCase):
|
|||
self.assertEqual(listed_rule.protocol.lower(), "tcp")
|
||||
self.assertEqual(int(listed_rule.startport), 19443)
|
||||
self.assertEqual(int(listed_rule.endport), 19443)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue