Skip to content

Commit 1d653af

Browse files
committed
Fix test_run_worker
1 parent 0aa67af commit 1d653af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/fluxqueue-worker/src/worker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ mod tests {
640640
.await
641641
.expect("Failed to start Redis");
642642

643-
let mapped_port = container.get_host_port_ipv4(6379).await;
643+
let mapped_port = container.get_host_port_ipv4(6379).await?;
644644
let redis_url = format!("redis://localhost:{:?}", mapped_port);
645645
let cloned_redis_url = redis_url.clone();
646646

0 commit comments

Comments
 (0)