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