mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9388: Remove string conversion in assertion statement
This commit is contained in:
parent
570b676b1f
commit
e363fd2702
|
|
@ -409,7 +409,7 @@ class TestNATRules(cloudstackTestCase):
|
|||
)
|
||||
self.assertEqual(
|
||||
firewall_response[0].startport,
|
||||
str(self.services["firewall_rule"]["startport"]),
|
||||
self.services["firewall_rule"]["startport"],
|
||||
"Firewall rule is not with specific port"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue