Commit eac6b69
committed
fix: ensure rustls crypto provider is installed in TactClient
TactClient::new creates a reqwest::Client directly, bypassing the
HttpClient transport layer which calls ensure_crypto_provider(). This
caused "No provider set" panics in tests and code coverage CI.
Make ensure_crypto_provider() pub(crate) and call it from TactClient::new.1 parent dd4be68 commit eac6b69
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments