mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added Auth, startup options to UI
Added caching to ConfigFileProvider,
This commit is contained in:
@@ -5,6 +5,7 @@ using Moq;
|
||||
using NLog;
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Common;
|
||||
using NzbDrone.Common.Cache;
|
||||
using NzbDrone.Common.Messaging;
|
||||
using NzbDrone.Common.Serializer;
|
||||
using NzbDrone.Test.Common.AutoMoq;
|
||||
@@ -20,6 +21,8 @@ namespace NzbDrone.Test.Common
|
||||
public void CoreTestSetup()
|
||||
{
|
||||
_subject = null;
|
||||
|
||||
Mocker.SetConstant<ICacheManger>(new CacheManger());
|
||||
}
|
||||
|
||||
protected TSubject Subject
|
||||
|
Reference in New Issue
Block a user