uranusjr commented on a change in pull request #17651:
URL: https://github.com/apache/airflow/pull/17651#discussion_r723788778



##########
File path: tests/test_utils/gcp_system_helpers.py
##########
@@ -123,6 +123,11 @@ def provide_gcs_bucket(bucket_name: str):
 
 @pytest.mark.system("google")
 class GoogleSystemTest(SystemTest):
+    @staticmethod
+    def execute_cmd(*args, **kwargs):
+        executor = CMDExecutor()
+        return executor.execute_cmd(*args, **kwargs)

Review comment:
       What's the need of this new function if it's only used once? What's 
wrong with instantiating the executor inline (like in the old code)?




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


Reply via email to