Fix integration tests for indexers

This commit is contained in:
Bogdan 2023-10-25 14:17:04 +03:00
parent 31d32e8c30
commit 768ce14afb

View file

@ -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())
});