Skip to content

Commit 220ba20

Browse files
authored
Fix broken pytest/main after PR 64923 (#64978)
1 parent 52c4d32 commit 220ba20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

airflow-core/tests/unit/core/test_configuration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,6 +1855,7 @@ def test_sensitive_values():
18551855
("database", "sql_alchemy_conn"),
18561856
("database", "sql_alchemy_conn_async"),
18571857
("core", "fernet_key"),
1858+
("core", "sql_alchemy_conn"), # NOTE: Added for 3.2.1
18581859
("api_auth", "jwt_secret"),
18591860
("api", "secret_key"),
18601861
("secrets", "backend_kwargs"),

0 commit comments

Comments
 (0)