Add Sentinel configuration reading
[ric-plt/sdl.git] / tst / asyncsentineldatabasediscovery_test.cpp
index ab48284..f6c43fa 100644 (file)
@@ -364,6 +364,8 @@ namespace
                     new AsyncSentinelDatabaseDiscovery(
                             engineMock,
                             logger,
+                            HostAndPort(someHost, somePort),
+                            "mymaster",
                             std::bind(&AsyncSentinelDatabaseDiscoveryBaseTest::asyncCommandDispatcherCreator,
                                       this),
                             contentsBuilderMock));