use reqwest client rather than global

This commit is contained in:
Igor Katson 2024-08-07 23:27:23 +01:00
parent 8c2788cf1a
commit 8c16239a0e
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 29 additions and 4 deletions

View file

@ -74,6 +74,7 @@ async fn test_e2e() {
enable_upnp_port_forwarding: false,
default_storage_factory: None,
defer_writes_up_to: None,
..Default::default()
},
)
.await