[MM-60262] Respect config store option when creating platform service (#28038)
* Respect config store option when creating platform service * Remove ConfigStore from ServiceConfig
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
244b7e565b
Коммит
5ff680d20d
@@ -1542,9 +1542,8 @@ func TestPushNotificationRace(t *testing.T) {
|
||||
}
|
||||
var err error
|
||||
s.platform, err = platform.New(
|
||||
platform.ServiceConfig{
|
||||
ConfigStore: memoryStore,
|
||||
},
|
||||
platform.ServiceConfig{},
|
||||
platform.ConfigStore(memoryStore),
|
||||
platform.SetFileStore(&fmocks.FileBackend{}),
|
||||
platform.SetExportFileStore(&fmocks.FileBackend{}),
|
||||
platform.StoreOverride(mockStore))
|
||||
|
||||
Ссылка в новой задаче
Block a user