Skip to content

Commit

Permalink
languages
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Nov 29, 2024
1 parent 70ca096 commit 6080ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pabotlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def _create_ctx(self):
variables = Variables()
EXECUTION_CONTEXTS._contexts = []
EXECUTION_CONTEXTS.start_suite(
suite, Namespace(variables, suite, suite.resource), self._output()
suite, Namespace(variables, suite, suite.resource, []), self._output()
)


Expand Down

0 comments on commit 6080ebd

Please sign in to comment.