Skip to content

Commit

Permalink
Init all Airflow routes when testing API (#27586)
Browse files Browse the repository at this point in the history
We should init all of the Airflow routes when testing the API, as we now
have a code path that expects them.

(cherry picked from commit b423869)
  • Loading branch information
jedcunningham committed Nov 10, 2022
1 parent 676c1ee commit fafe03c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/api_connexion/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def minimal_app_for_api():
"init_api_experimental_auth",
"init_api_connexion",
"init_airflow_session_interface",
"init_appbuilder_views",
]
)
def factory():
Expand Down

0 comments on commit fafe03c

Please sign in to comment.