From e363fd27021c77e515b0fe3bf25585d3c9818dda Mon Sep 17 00:00:00 2001 From: sanjeev Date: Wed, 25 May 2016 14:57:29 +0530 Subject: [PATCH] CLOUDSTACK-9388: Remove string conversion in assertion statement --- test/integration/component/test_blocker_bugs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_blocker_bugs.py b/test/integration/component/test_blocker_bugs.py index c229d38f456..c1aa1f034e4 100644 --- a/test/integration/component/test_blocker_bugs.py +++ b/test/integration/component/test_blocker_bugs.py @@ -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" )