Skip to content

Commit

Permalink
Conflict, fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinMoss committed Jul 2, 2023
1 parent 38f6c83 commit e580a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async fn queue_retry_request() {
.unwrap();
});

let (ingest, mgmt, retry_queue) = app(common::config()).await.unwrap();
let (ingest, mgmt, retry_queue) = app(&common::config()).await.unwrap();

// create an origin mapping
let domain = "example.wh.soldr.dev";
Expand Down

0 comments on commit e580a17

Please sign in to comment.