ashb commented on a change in pull request #14684:
URL: https://github.com/apache/airflow/pull/14684#discussion_r593064966
##########
File path: airflow/www/extensions/init_views.py
##########
@@ -180,6 +180,7 @@ def _handle_api_error(ex):
api_bp = connexion_app.add_api(
specification='v1.yaml', base_path=base_path, validate_responses=True,
strict_validation=True
).blueprint
+
Review comment:
```suggestion
```
Just to avoid touching this file
##########
File path: tests/api_connexion/endpoints/test_task_instance_endpoint.py
##########
@@ -59,7 +63,7 @@ def setUpClass(cls) -> None:
@classmethod
def tearDownClass(cls) -> None:
delete_user(cls.app, username="test") # type: ignore
- cls.app = app.create_app(testing=True) # type:ignore
+ cls.app = None
Review comment:
```suggestion
```
I think
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]