uranusjr commented on code in PR #25414:
URL: https://github.com/apache/airflow/pull/25414#discussion_r933706134
##########
tests/api_connexion/endpoints/test_dataset_endpoint.py:
##########
@@ -53,21 +53,23 @@ class TestDatasetEndpoint:
default_time = "2020-06-11T18:00:00+00:00"
@pytest.fixture(autouse=True)
- def setup_attrs(self, configured_app) -> None:
+ def setup(self, configured_app):
Review Comment:
`setup` actually has special meaning to Pytest in certain situations. That
semantic is not in effect here (due to this being a fixture), but let’s not use
the name anyway to avoid confusion.
--
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]