From 294acbd712d171d312096a0bbced37f34eb7c42f Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 29 Jun 2023 12:30:03 -0700 Subject: [PATCH] sqlite::memory: doesn't work. investigate later --- web3_proxy/tests/common/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web3_proxy/tests/common/mod.rs b/web3_proxy/tests/common/mod.rs index 92a42101..6e0f4422 100644 --- a/web3_proxy/tests/common/mod.rs +++ b/web3_proxy/tests/common/mod.rs @@ -62,7 +62,8 @@ impl TestApp { let top_config = TopConfig { app: AppConfig { chain_id: 31337, - db_url: Some("sqlite://:memory:".into()), + // TODO: [make sqlite work]() + // db_url: Some("sqlite::memory:".into()), default_user_max_requests_per_period: Some(6_000_000), deposit_factory_contract: Address::from_str( "4e3BC2054788De923A04936C6ADdB99A05B0Ea36",