diff --git a/test/integration/smoke/test_internal_lb.py b/test/integration/smoke/test_internal_lb.py index 4c8598fee0c..5864f7321bb 100644 --- a/test/integration/smoke/test_internal_lb.py +++ b/test/integration/smoke/test_internal_lb.py @@ -801,4 +801,4 @@ class TestInternalLb(cloudstackTestCase): super(TestInternalLb, cls).tearDownClass() def tearDown(self): - super.(TestInternalLb, self).tearDown() + super(TestInternalLb, self).tearDown()