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 9dfc002 commit 72403a3Copy full SHA for 72403a3
tests/unit/jbi/whiteboard_actions/test_default.py
@@ -23,6 +23,6 @@ def test_default_returns_callable_with_data():
23
callable_object = default.init(whiteboard_tag="", jira_project_key="")
24
assert callable_object
25
try:
26
- callable_object(payload={}, parameters={})
+ callable_object(payload={})
27
except Exception as exception: # pylint: disable=broad-except
28
assert False, f"`default` raised an exception {exception}"
0 commit comments