Taragolis commented on code in PR #28631:
URL: https://github.com/apache/airflow/pull/28631#discussion_r1059092039


##########
tests/integration/api/auth/backend/test_kerberos_auth.py:
##########
@@ -46,19 +46,17 @@ def app_for_kerberos():
         yield app.create_app(testing=True)
 
 
[email protected](scope="module", autouse=True)
[email protected](scope="module")

Review Comment:
   I move this usage into class fixture.
   
   ```python
       def _set_attrs(self, app_for_kerberos, dagbag_to_db):
   ```



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