Skip to content

Commit

Permalink
fix(test): config redis url correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
keroro520 committed Jan 7, 2025
1 parent fc46298 commit f063e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions host/src/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,8 @@ mod tests {
fn setup_actor_with_tasks(tx: Sender<Message>, rx: Receiver<Message>) -> ProofActor {
let opts = Opts {
concurrency_limit: 4,
redis_url: "redis://localhost:6379".to_string(),
redis_ttl: 3600,
..Default::default()
};

Expand Down

0 comments on commit f063e68

Please sign in to comment.