mirror of https://github.com/lidarr/Lidarr
Fixed broken integration tests
This commit is contained in:
parent
5ac55b0421
commit
2dccc0567e
|
@ -20,6 +20,7 @@ namespace NzbDrone.Core.Test.IndexerTests.IntegrationTests
|
|||
public void SetUp()
|
||||
{
|
||||
UseRealHttp();
|
||||
Mocker.SetConstant<IIndexerParsingService>(new IndexerParsingService());
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Reference in New Issue