We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0eafe commit ab0e722Copy full SHA for ab0e722
tap_integration_tests/tests/indexer_mock/mod.rs
@@ -96,7 +96,7 @@ impl<
96
receipt_count: Arc::new(AtomicU64::new(0)),
97
threshold,
98
aggregator_client: (
99
- HttpClientBuilder::default().build(aggregate_server_address.to_string())?,
+ HttpClientBuilder::default().build(aggregate_server_address)?,
100
aggregate_server_api_version,
101
),
102
})
0 commit comments