Skip to content

Commit 3bc1b94

Browse files
author
Bryan Sieber
committed
Minor testing update after swapping of naming. I wonder if docker test should run on pre-commit...maybe in the future
1 parent ca1ced5 commit 3bc1b94

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
@@ -20,6 +20,6 @@ def test_default_returns_callable_with_data():
2020
callable_object = default.init(whiteboard_tag="", jira_project_key="")
2121
assert callable_object
2222
try:
23-
callable_object(payload={}, context={})
23+
callable_object(payload={}, parameters={})
2424
except Exception as exception: # pylint: disable=broad-except
2525
assert False, f"`default` raised an exception {exception}"

0 commit comments

Comments
 (0)