X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tst%2Fdatabaseconfiguration_test.cpp;h=9fc1a50ff17baa794ecb0809930ef86813f86284;hb=HEAD;hp=67bb6cebd7f5a35b470f8b8db1099fa096e5f878;hpb=ef2bf51d04aaf01fa0cabdcaf905b23423067662;p=ric-plt%2Fsdl.git diff --git a/tst/databaseconfiguration_test.cpp b/tst/databaseconfiguration_test.cpp index 67bb6ce..9fc1a50 100644 --- a/tst/databaseconfiguration_test.cpp +++ b/tst/databaseconfiguration_test.cpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #include #include "private/databaseconfiguration.hpp" @@ -47,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()); } }