Khrol commented on a change in pull request #14289:
URL: https://github.com/apache/airflow/pull/14289#discussion_r578389512
##########
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:
Even more. I had to update test due to **linter** error on CI and not
test execution result. The test execution should be green before and after my
change.
----------------------------------------------------------------
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]