Multiple DBAAS Redis standalone groups
[ric-plt/sdl.git] / tst / asyncstorageimpl_test.cpp
index 8fd2147..d1b3649 100644 (file)
@@ -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));
 }