mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Automation/Integration/Unit Tests
This commit is contained in:
@@ -26,10 +26,11 @@ namespace NzbDrone.Integration.Test
|
||||
|
||||
protected override void InitializeTestTarget()
|
||||
{
|
||||
Indexers.Post(new Api.Indexers.IndexerResource
|
||||
Indexers.Post(new Radarr.Api.V2.Indexers.IndexerResource
|
||||
{
|
||||
EnableRss = false,
|
||||
EnableSearch = false,
|
||||
EnableInteractiveSearch = false,
|
||||
EnableAutomaticSearch = false,
|
||||
ConfigContract = nameof(NewznabSettings),
|
||||
Implementation = nameof(Newznab),
|
||||
Name = "NewznabTest",
|
||||
|
Reference in New Issue
Block a user