eladkal commented on a change in pull request #16115:
URL: https://github.com/apache/airflow/pull/16115#discussion_r645752068
##########
File path: tests/providers/airbyte/hooks/test_airbyte.py
##########
@@ -128,7 +128,7 @@ def test_wait_for_job_cancelled(self, mock_get_job):
@requests_mock.mock()
def test_connection_success(self, m):
- m.get(self.health_endpoint, status_code=200,)
+ m.get(self.health_endpoint, status_code=200)
Review comment:
This change is not related :)
We also had a broken CI so another rebase so fix the failing tests
--
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]