diff --git a/src/NzbDrone.Integration.Test/IntegrationTest.cs b/src/NzbDrone.Integration.Test/IntegrationTest.cs index a8bf71c93..711c3ed37 100644 --- a/src/NzbDrone.Integration.Test/IntegrationTest.cs +++ b/src/NzbDrone.Integration.Test/IntegrationTest.cs @@ -56,6 +56,7 @@ namespace NzbDrone.Integration.Test Implementation = nameof(FileList), Name = "NewznabTest", Protocol = Core.Indexers.DownloadProtocol.Usenet, + AppProfileId = 1, Fields = SchemaBuilder.ToSchema(new FileListSettings()) });