Skip to content

Commit 72403a3

Browse files
author
Bryan Sieber
committed
Testing update
1 parent 9dfc002 commit 72403a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/jbi/whiteboard_actions/test_default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ def test_default_returns_callable_with_data():
2323
callable_object = default.init(whiteboard_tag="", jira_project_key="")
2424
assert callable_object
2525
try:
26-
callable_object(payload={}, parameters={})
26+
callable_object(payload={})
2727
except Exception as exception: # pylint: disable=broad-except
2828
assert False, f"`default` raised an exception {exception}"

0 commit comments

Comments
 (0)