uranusjr commented on pull request #18927:
URL: https://github.com/apache/airflow/pull/18927#issuecomment-950629312


   Can you add a line below line 48/50 in `test_cassandra_to_gcs.py` to make 
sure `query_timeout` is forwarded? Something like
   
   ```python
   mock_hook.return_value.get_conn.return_value.execute.assert_called_once_with(
      # ... expected arguments to execute(), which should include timeout=20 ...
   )
   ```


-- 
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]


Reply via email to