eladkal commented on PR #45954: URL: https://github.com/apache/airflow/pull/45954#issuecomment-2611718343
Tests are failing ``` FAILED providers/tests/salesforce/hooks/test_salesforce.py::TestSalesforceHook::test_get_conn_default_to_none - AssertionError: expected call not found. Expected: Salesforce(username=None, *** security_token=None, domain=None, session_id=None, instance=None, instance_url=None, organizationId=None, version='59.0', proxies=None, session=None, client_id=None, consumer_key=None, privatekey_file=None, privatekey=None) Actual: Salesforce(username=None, *** security_token=None, domain=None, session_id=None, instance=None, instance_url=None, organizationId=None, version='59.0', proxies=None, session=None, client_id=None, consumer_key=None, consumer_secret=None, privatekey_file=None, privatekey=None) ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org