Skip to content
Snippets Groups Projects
Commit b0089161 authored by Justus Müller's avatar Justus Müller :bee:
Browse files

fix: Syntax error

parent 4238e445
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ class TestOrchestrator:
"""
print(colored("[TestOrchestrator] Generating test instances.", "light_grey"))
if (kwargs.get("slack")):
self._tests.append(SlackTest(self._drive_handle)))
self._tests.append(SlackTest(self._drive_handle))
print(colored("[TestOrchestrator] Generated slack test instance.", "light_grey"))
if (kwargs.get("hash")):
self._tests.append(HashTest(self._drive_handle))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment