[MM-45769] Properly initialize the request.Context for imports and tests (#20659)

Этот коммит содержится в:
Tim Scheuermann
2022-07-18 11:58:06 +03:00
коммит произвёл GitHub
родитель ae482e6214
Коммит cb6cee1883
9 изменённых файлов: 13 добавлений и 16 удалений

Просмотреть файл

@@ -96,7 +96,7 @@ func setupTestHelper(s store.Store, includeCacheLayer bool, tb testing.TB) *Test
},
},
},
Context: &request.Context{},
Context: request.EmptyContext(nil),
configStore: configStore,
dbStore: s,
LogBuffer: buffer,