jedcunningham commented on code in PR #25414:
URL: https://github.com/apache/airflow/pull/25414#discussion_r934789385
##########
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:
Gotcha, I actually took a quick peek for exactly that and came up empty.
I've refactored it and I think this is better anyways. Thanks.
--
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]