potiuk commented on issue #5753: [AIRFLOW-4686] Make dags Pylint compatible
URL: https://github.com/apache/airflow/pull/5753#issuecomment-519424424
 
 
   Yep. Just submitting this fix :)
   ```
          call_schema = call(test_bucket, schema, TMP_FILE_NAME, 
"application/json", gzip)
           call_data = call(test_bucket, filename, TMP_FILE_NAME, 
"application/json", gzip)
           mock_upload.assert_has_calls([call_schema, call_data], 
any_order=True)
   ```

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


With regards,
Apache Git Services

Reply via email to