potiuk commented on code in PR #35160:
URL: https://github.com/apache/airflow/pull/35160#discussion_r1375456249


##########
tests/providers/amazon/aws/operators/test_glue.py:
##########
@@ -38,10 +37,7 @@
 
 
 class TestGlueJobOperator:
-    @pytest.fixture(autouse=True)
-    def setup_method(self):

Review Comment:
   Here and in the other places - running "load_test_config" is not needed - 
"load_test_config" is run automatically via pytest fixture, and there is no 
need to run them again here.



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