mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Have simple-request return an error upon failing to find the system's root certificates
This commit is contained in:
@@ -21,7 +21,7 @@ async fn test_deployer() {
|
||||
let anvil = Anvil::new().arg("--hardfork").arg(network).spawn();
|
||||
|
||||
let provider = Arc::new(RootProvider::new(
|
||||
ClientBuilder::default().transport(SimpleRequest::new(anvil.endpoint()), true),
|
||||
ClientBuilder::default().transport(SimpleRequest::new(anvil.endpoint()).unwrap(), true),
|
||||
));
|
||||
|
||||
// Deploy the Deployer
|
||||
|
||||
Reference in New Issue
Block a user