Skip to content

Commit

Permalink
Update crates/iota-indexer/src/test_utils.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com>
  • Loading branch information
sergiupopescu199 and Thoralf-M authored Nov 26, 2024
1 parent 39384b2 commit 4a33f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iota-indexer/src/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub async fn start_test_indexer_impl<T: R2D2Connection + 'static>(
// As fallback sync mechanism enable Rest Api if `data_ingestion_path` was not provided
remote_store_url: data_ingestion_path
.is_none()
.then_some(format!("{}/api/v1", rpc_url)),
.then_some(format!("{rpc_url}/api/v1")),
rpc_client_url: rpc_url,
reset_db: true,
fullnode_sync_worker: true,
Expand Down

0 comments on commit 4a33f50

Please sign in to comment.