Bump version v9.6.2

This commit is contained in:
Σrebe - Romain GERARD 2024-06-07 22:27:48 +02:00
parent a4900d3f92
commit 485a31c5a2
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4
3 changed files with 4 additions and 3 deletions

View file

@ -235,7 +235,8 @@ mod tests {
let _mitm_proxy: ContainerAsync<MitmProxy> = RunnableImage::from(MitmProxy {})
.with_network("host".to_string())
.start()
.await;
.await
.unwrap();
let mut client = connect_with_http_proxy(
&"http://localhost:8080".parse().unwrap(),