We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e4e64 commit ac4de41Copy full SHA for ac4de41
1 file changed
tests/core/test_configuration.py
@@ -664,7 +664,7 @@ def test_auth_backends_adds_session(self):
664
test_conf.validate()
665
assert (
666
test_conf.get("api", "auth_backends")
667
- == "airflow.providers.fab.auth_manager.api.auth.backend.basic_auth,airflow.api.auth.backend.session"
+ == "airflow.providers.fab.auth_manager.api.auth.backend.basic_auth,airflow.providers.fab.auth_manager.api.auth.backend.session"
668
)
669
670
def test_command_from_env(self):
0 commit comments