X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=tst%2Fdatabaseconfiguration_test.cpp;fp=tst%2Fdatabaseconfiguration_test.cpp;h=9fc1a50ff17baa794ecb0809930ef86813f86284;hb=ece67088ea6c4f67b9d0db74477a9d5c614d7763;hp=331deb7d0b9a84297b594b45de297bbbd7c4760c;hpb=aad0a0b5f51c2abd855aba0a9cb8e99ac5023600;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()); } }