mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-21 04:05:51 +00:00
add experimental flag to config in unit tests
This commit is contained in:
@@ -39,6 +39,7 @@ TEST(BackendTest, Basic)
|
||||
boost::json::object postgresConfig{
|
||||
{"database",
|
||||
{{"type", "postgres"},
|
||||
{"experimental", true},
|
||||
{"postgres",
|
||||
{{"contact_point", "127.0.0.1"},
|
||||
{"username", "postgres"},
|
||||
@@ -1671,6 +1672,7 @@ TEST(Backend, cacheIntegration)
|
||||
boost::json::object postgresConfig{
|
||||
{"database",
|
||||
{{"type", "postgres"},
|
||||
{"experimental", true},
|
||||
{"postgres",
|
||||
{{"contact_point", "127.0.0.1"},
|
||||
{"username", "postgres"},
|
||||
|
||||
Reference in New Issue
Block a user