Skip to content

Commit

Permalink
static fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bowrna committed Oct 24, 2024
1 parent f0c1607 commit 6c32441
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion providers/tests/slack/operators/test_slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@ def test_api_call_params_with_content_args(
],
)
@pytest.mark.parametrize("snippet_type", [None, "text"])
def test_api_call_params_with_file_args(self, initial_comment, title, method_version, method_name, snippet_type):
def test_api_call_params_with_file_args(
self, initial_comment, title, method_version, method_name, snippet_type
):
op = SlackAPIFileOperator(
task_id="slack",
slack_conn_id=SLACK_API_TEST_CONNECTION_ID,
Expand Down

0 comments on commit 6c32441

Please sign in to comment.