Bump version v9.6.2
This commit is contained in:
parent
a4900d3f92
commit
485a31c5a2
3 changed files with 4 additions and 3 deletions
src
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue