Skip to content

Commit

Permalink
fixup! Fix typo in papermill operator
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Jun 7, 2022
1 parent c20dff0 commit 3c2a47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/providers/papermill/operators/test_papermill.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_execute(self, mock_papermill):
out_nb,
parameters=parameters,
kernel_name=kernel_name,
language_name=language_name,
language=language_name,
progress_bar=False,
report_mode=True,
)
Expand Down

0 comments on commit 3c2a47a

Please sign in to comment.