norm commented on a change in pull request #21472: URL: https://github.com/apache/airflow/pull/21472#discussion_r804761740
########## File path: airflow/config_templates/default_test.cfg ########## @@ -61,7 +61,7 @@ api_client = airflow.api.client.local_client endpoint_url = http://localhost:8080 [api] -auth_backend = airflow.api.auth.backend.default +auth_backends = airflow.api.auth.backend.default Review comment: If that section is removed, everything under `tests/www/api/experimental` fails. :) -- 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]
