summaryrefslogtreecommitdiff
path: root/rust/tests/secrets_provider.rs
AgeCommit message (Collapse)Author
2025-02-26Remove module level `Session` initialization in Rust unit testsMason Reed
This was preventing the enterprise license checkout from dropping, also the initialization story is much better than it was when we added the rstest fixtures, we can get away with initialization in parallel more broadly.
2025-02-07Fix secrets_provider Rust tests failing for enterprise buildsMason Reed
Try and just initialize once
2025-02-06Implement Rust SecretsProviderRubens Brandao