eladkal commented on code in PR #48680:
URL: https://github.com/apache/airflow/pull/48680#discussion_r2026421016
##########
providers/slack/tests/unit/slack/operators/test_slack.py:
##########
@@ -168,7 +168,7 @@ def test_api_call_params_with_default_args(self, mock_hook):
"Here is a cat video instead\n"
"https://www.youtube.com/watch?v=J---aiyznGQ",
"icon_url": "https://raw.githubusercontent.com/apache/"
- "airflow/main/airflow/www/static/pin_100.png",
+ "airflow/2.5.0/airflow/www/static/pin_100.png",
Review Comment:
```suggestion
"airflow/main/airflow-core/src/airflow/ui/public/pin_100.png",
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]