mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02:00
fixed broken tests.
This commit is contained in:
@@ -27,7 +27,7 @@ namespace NzbDrone.Core
|
||||
|
||||
}
|
||||
|
||||
private void RegisterReporting(IContainer container)
|
||||
private void RegisterReporting(IComponentContext container)
|
||||
{
|
||||
EnvironmentProvider.UGuid = container.Resolve<ConfigProvider>().UGuid;
|
||||
ReportingService.RestProvider = container.Resolve<RestProvider>();
|
||||
|
Reference in New Issue
Block a user