Skip to content

Commit ac4de41

Browse files
committed
Fix tests
1 parent a9e4e64 commit ac4de41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/core/test_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def test_auth_backends_adds_session(self):
664664
test_conf.validate()
665665
assert (
666666
test_conf.get("api", "auth_backends")
667-
== "airflow.providers.fab.auth_manager.api.auth.backend.basic_auth,airflow.api.auth.backend.session"
667+
== "airflow.providers.fab.auth_manager.api.auth.backend.basic_auth,airflow.providers.fab.auth_manager.api.auth.backend.session"
668668
)
669669

670670
def test_command_from_env(self):

0 commit comments

Comments
 (0)