Fixed start test

This commit is contained in:
Sven Heidemann 2023-04-11 14:26:17 +02:00
parent 558dfb8ced
commit cf5ae89884
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ class StartTestThread(threading.Thread):
self._is_dev = is_dev
def run(self):
CLICommands.start(is_dev=self._is_dev)
CLICommands.start(is_dev=self._is_dev, output=True)