turbaszek commented on a change in pull request #14289:
URL: https://github.com/apache/airflow/pull/14289#discussion_r578385643
##########
File path: tests/providers/slack/hooks/test_slack.py
##########
@@ -120,7 +120,7 @@ def test_call_with_failure(self, slack_client_class_mock):
test_api_params = {'key1': 'value1', 'key2': 'value2'}
with pytest.raises(SlackApiError):
- slack_hook.call(test_method, test_api_params)
Review comment:
Out of curiosity - was this test working previously?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]