X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tst%2Fasyncstorageimpl_test.cpp;fp=tst%2Fasyncstorageimpl_test.cpp;h=d1b364934f69943ae671d520e4d0e4e4bcfc9553;hb=1c4a605ad92c57118ecb6722bace5501c8918af0;hp=8fd2147146509d23504ded8e9acf4f45881265b7;hpb=e94862b3c75c10a1de57ebdb8cf9e9e2567560eb;p=ric-plt%2Fsdl.git diff --git a/tst/asyncstorageimpl_test.cpp b/tst/asyncstorageimpl_test.cpp index 8fd2147..d1b3649 100644 --- a/tst/asyncstorageimpl_test.cpp +++ b/tst/asyncstorageimpl_test.cpp @@ -148,7 +148,7 @@ TEST_F(AsyncStorageImplTest, CorrectHandlerIsUsedBasedOnConfiguration) TEST_F(AsyncStorageImplTest, CorrectSdlClusterHandlerIsUsedBasedOnConfiguration) { expectNamespaceConfigurationIsDbBackendUseEnabled_returnTrue(); - dummyDatabaseConfiguration->checkAndApplyDbType("sdl-cluster"); + dummyDatabaseConfiguration->checkAndApplyDbType("sdl-sentinel-cluster"); AsyncStorage& returnedHandler = asyncStorageImpl->getOperationHandler(ns); EXPECT_EQ(typeid(AsyncRedisStorage&), typeid(returnedHandler)); }