Skip to content

Commit fde4b48

Browse files
authored
chore(tasks): wrap long line to satisfy ruff format
Generated-By: PostHog Code Task-Id: 2b89972e-6444-44da-bae1-2654e249690e
1 parent d3d9f7d commit fde4b48

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

products/slack_app/backend/tests/test_slack_thread.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ def test_progress_message_has_no_terminate_button(self, mock_get_client, _mock_f
4242
)
4343
handler = SlackThreadHandler(context)
4444

45-
handler.post_or_update_progress("In progress...", task_url="https://us.posthog.com/project/1/tasks/abc?runId=xyz")
45+
handler.post_or_update_progress(
46+
"In progress...", task_url="https://us.posthog.com/project/1/tasks/abc?runId=xyz"
47+
)
4648

4749
mock_client.chat_postMessage.assert_called_once()
4850
blocks = mock_client.chat_postMessage.call_args.kwargs["blocks"]

0 commit comments

Comments
 (0)