From 8705a1fd905c45a0c42a4d26073ed2adb770ef0c Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Wed, 10 Mar 2021 14:05:50 +0100 Subject: [PATCH] syntax (suerfluent '.') --- test/integration/smoke/test_internal_lb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()