mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-15 04:55:26 +01:00
Fix integration tests for indexers
This commit is contained in:
parent
31d32e8c30
commit
768ce14afb
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ protected override void InitializeTestTarget()
|
|||
Implementation = nameof(FileList),
|
||||
Name = "NewznabTest",
|
||||
Protocol = Core.Indexers.DownloadProtocol.Usenet,
|
||||
AppProfileId = 1,
|
||||
Fields = SchemaBuilder.ToSchema(new FileListSettings())
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue