mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-21 20:25:52 +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{
|
boost::json::object postgresConfig{
|
||||||
{"database",
|
{"database",
|
||||||
{{"type", "postgres"},
|
{{"type", "postgres"},
|
||||||
|
{"experimental", true},
|
||||||
{"postgres",
|
{"postgres",
|
||||||
{{"contact_point", "127.0.0.1"},
|
{{"contact_point", "127.0.0.1"},
|
||||||
{"username", "postgres"},
|
{"username", "postgres"},
|
||||||
@@ -1671,6 +1672,7 @@ TEST(Backend, cacheIntegration)
|
|||||||
boost::json::object postgresConfig{
|
boost::json::object postgresConfig{
|
||||||
{"database",
|
{"database",
|
||||||
{{"type", "postgres"},
|
{{"type", "postgres"},
|
||||||
|
{"experimental", true},
|
||||||
{"postgres",
|
{"postgres",
|
||||||
{{"contact_point", "127.0.0.1"},
|
{{"contact_point", "127.0.0.1"},
|
||||||
{"username", "postgres"},
|
{"username", "postgres"},
|
||||||
|
|||||||
Reference in New Issue
Block a user