potiuk commented on a change in pull request #6596: [AIRFLOW-6004] Untangle Executors class to avoid cyclic imports URL: https://github.com/apache/airflow/pull/6596#discussion_r353161675
########## File path: tests/operators/test_google_api_to_s3_transfer.py ########## @@ -29,7 +30,7 @@ class TestGoogleApiToS3Transfer(unittest.TestCase): def setUp(self): - configuration.load_test_config() + load_test_config() Review comment: Same here. It's fixed in the merged commit. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services