Skip to content

Commit d0b4e66

Browse files
committed
fix 2.7 tests
Signed-off-by: Chris Snow <[email protected]>
1 parent 0e93784 commit d0b4e66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/library/catalog_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,9 @@ def setUp(self):
260260

261261
self.cli = cli
262262
self.cli.HPECP_CONFIG_FILE = self.tmpFile.name
263-
return super().setUp()
264263

265264
def tearDown(self):
266265
self.tmpFile.close()
267-
return super().tearDown()
268266

269267
def mocked_requests_get(*args, **kwargs):
270268
if args[0] == "https://127.0.0.1:8080/api/v1/catalog/":

0 commit comments

Comments
 (0)