This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-2-test by this push:
new cca3b3839a6 [v3-2-test] Fix broken pytest/main after PR 64923 (#64978)
(#64983)
cca3b3839a6 is described below
commit cca3b3839a6da8cf94961eb21cbb6cc833693660
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 9 23:32:52 2026 +0200
[v3-2-test] Fix broken pytest/main after PR 64923 (#64978) (#64983)
(cherry picked from commit 220ba2088443020a1d69fe653fe2b457dc2cea8f)
Co-authored-by: Jens Scheffler <[email protected]>
---
airflow-core/tests/unit/core/test_configuration.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/airflow-core/tests/unit/core/test_configuration.py
b/airflow-core/tests/unit/core/test_configuration.py
index 2d53d69c1d5..abc42c26433 100644
--- a/airflow-core/tests/unit/core/test_configuration.py
+++ b/airflow-core/tests/unit/core/test_configuration.py
@@ -1855,6 +1855,7 @@ def test_sensitive_values():
("database", "sql_alchemy_conn"),
("database", "sql_alchemy_conn_async"),
("core", "fernet_key"),
+ ("core", "sql_alchemy_conn"), # NOTE: Added for 3.2.1
("api_auth", "jwt_secret"),
("api", "secret_key"),
("secrets", "backend_kwargs"),