add experimental flag to config in unit tests

This commit is contained in:
CJ Cobb
2022-03-22 13:07:05 -04:00
committed by CJ Cobb
parent 3ed332c0a0
commit 55668d7daa

View File

@@ -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"},