CLOUDSTACK-9388: Remove string conversion in assertion statement

This commit is contained in:
sanjeev 2016-05-25 14:57:29 +05:30
parent 570b676b1f
commit e363fd2702
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)