We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1ced5 commit 3bc1b94Copy full SHA for 3bc1b94
tests/unit/jbi/whiteboard_actions/test_default.py
@@ -20,6 +20,6 @@ def test_default_returns_callable_with_data():
20
callable_object = default.init(whiteboard_tag="", jira_project_key="")
21
assert callable_object
22
try:
23
- callable_object(payload={}, context={})
+ callable_object(payload={}, parameters={})
24
except Exception as exception: # pylint: disable=broad-except
25
assert False, f"`default` raised an exception {exception}"
0 commit comments