Skip to content

Commit baf5a1a

Browse files
authored
wip
1 parent 42b9165 commit baf5a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcontainers/src/core/containers/async_container.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ where
258258
match command {
259259
env::Command::Remove => {
260260
if let Some(handle) = log_handler {
261-
if let Err(e) = client.stop(&id).await {
261+
if let Err(e) = client.stop(&id, None).await {
262262
log::error!("Failed to stop container on drop: {e}")
263263
}
264264
if let Err(e) = handle.await {

0 commit comments

Comments
 (0)