Removed skip test case #139

This commit is contained in:
Sven Heidemann 2022-12-07 15:48:37 +01:00
parent fe8ffb2839
commit 1ca459e67a

View File

@ -12,7 +12,6 @@ from unittests_shared.cli_commands import CLICommands
class PublishTestCase(CommandTestCase):
CommandTestCase._skip_tear_down = True
def __init__(self, method_name: str):
CommandTestCase.__init__(self, method_name)