0x0OZ commented on code in PR #63161:
URL: https://github.com/apache/airflow/pull/63161#discussion_r2904914508


##########
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_connections.py:
##########
@@ -197,6 +197,29 @@ def 
test_get_should_not_overmask_short_password_value_in_extra(self, test_client
         assert body["login"] == "a"
         assert body["extra"] == '{"key": "value"}'
 
+    @pytest.mark.enable_redact
+    @pytest.mark.parametrize(
+        "non_json_extra",
+        [
+            "Bearer eyJhbGciOiJIUzI1NiJ9.secretpayload",
+            "plain-text-password",
+            "key=value&secret=token",
+            "",

Review Comment:
   Noted



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to