diff --git a/host/src/proof.rs b/host/src/proof.rs index 9a8e7599..0f5ace67 100644 --- a/host/src/proof.rs +++ b/host/src/proof.rs @@ -721,6 +721,8 @@ mod tests { fn setup_actor_with_tasks(tx: Sender, rx: Receiver) -> ProofActor { let opts = Opts { concurrency_limit: 4, + redis_url: "redis://localhost:6379".to_string(), + redis_ttl: 3600, ..Default::default() };