SameerMesiah97 opened a new pull request, #62694: URL: https://github.com/apache/airflow/pull/62694
**Description** Add test coverage for previously untested edge cases in `VaultBackend` path resolution. Specifically, this change adds coverage for the `connections_path=""` branch to ensure connection IDs are not automatically prefixed, and extends the `mount_point=None` scenario to verify that non-prefixed keys correctly return `None` without invoking Vault. **Rationale** These branches are reachable through documented configuration options but were not explicitly protected by existing tests. Adding coverage ensures correct path resolution semantics are preserved and prevents regressions in shared `_parse_path` logic affecting connection retrieval behavior. -- 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]
