X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tst%2Fdatabaseconfiguration_test.cpp;h=9fc1a50ff17baa794ecb0809930ef86813f86284;hb=refs%2Fchanges%2F28%2F6128%2F4;hp=331deb7d0b9a84297b594b45de297bbbd7c4760c;hpb=a0745d294dcd72f7d78ea4c3accd3b477dd668a5;p=ric-plt%2Fsdl.git diff --git a/tst/databaseconfiguration_test.cpp b/tst/databaseconfiguration_test.cpp index 331deb7..9fc1a50 100644 --- a/tst/databaseconfiguration_test.cpp +++ b/tst/databaseconfiguration_test.cpp @@ -52,7 +52,7 @@ TEST(DatabaseConfigurationTest, CanThrowAndCatchInvalidDbType) } catch (const std::exception& e) { - EXPECT_STREQ("invalid database type: 'someBadDbType'. Allowed types are: 'redis-standalone' or 'redis-cluster'", e.what()); + EXPECT_STREQ("invalid database type: 'someBadDbType'. Allowed types are: 'redis-standalone', 'redis-cluster', 'redis-sentinel' or 'sdl-cluster'", e.what()); } }