diff --git a/src/NzbDrone.Core.Test/IndexerTests/IntegrationTests/IndexerIntegrationTests.cs b/src/NzbDrone.Core.Test/IndexerTests/IntegrationTests/IndexerIntegrationTests.cs index 1d12f233e..2857add44 100644 --- a/src/NzbDrone.Core.Test/IndexerTests/IntegrationTests/IndexerIntegrationTests.cs +++ b/src/NzbDrone.Core.Test/IndexerTests/IntegrationTests/IndexerIntegrationTests.cs @@ -20,6 +20,7 @@ namespace NzbDrone.Core.Test.IndexerTests.IntegrationTests public void SetUp() { UseRealHttp(); + Mocker.SetConstant(new IndexerParsingService()); } [Test]