//! Shared helpers used by every integration test under `tests/`.
use OnceLock;
/// Install the aws-lc-rs rustls provider exactly once per test process.
/// Both `Client::connect` and bare `reqwest::Client::new()` need this when
/// reqwest is compiled with `rustls-tls-no-provider`. Call from the top of
/// any test that creates a bare reqwest client.