From 22400e9c8b64e6989992b54b57b6b26b3872b149 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sat, 22 Jul 2023 02:32:54 -0700 Subject: [PATCH] needs a string, not a ulid --- web3_proxy/tests/common/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/tests/common/app.rs b/web3_proxy/tests/common/app.rs index 6d665a23..79bc1afe 100644 --- a/web3_proxy/tests/common/app.rs +++ b/web3_proxy/tests/common/app.rs @@ -82,7 +82,7 @@ impl TestApp { "influxdb_org": influx_org, "influxdb_token": influx_token, "influxdb_bucket": influx_bucket, - "influxdb_id": influx_id.unwrap_or_else(Ulid::new), + "influxdb_id": influx_id.unwrap_or_else(|| Ulid::new().to_string()), "default_user_max_requests_per_period": Some(6_000_000), "deposit_factory_contract": Address::from_str( "4e3BC2054788De923A04936C6ADdB99A05B0Ea36",