Skip to content

Commit cca3b38

Browse files
[v3-2-test] Fix broken pytest/main after PR 64923 (#64978) (#64983)
(cherry picked from commit 220ba20) Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
1 parent 6d6be2e commit cca3b38

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)