syntax (suerfluent '.')

This commit is contained in:
Daan Hoogland 2021-03-10 14:05:50 +01:00
parent 406c069d3c
commit 8705a1fd90
1 changed files with 1 additions and 1 deletions

View File

@ -801,4 +801,4 @@ class TestInternalLb(cloudstackTestCase):
super(TestInternalLb, cls).tearDownClass()
def tearDown(self):
super.(TestInternalLb, self).tearDown()
super(TestInternalLb, self).tearDown()