Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/8966e5a403838074390c84fea9638ee9e766ca40?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
36 deletions
@ -58,42 +58,8 @@ namespace NzbDrone.Core.Test.IndexerTests.IntegrationTests
}
[Test]
public void fanzub_fetch_recent ( )
{
Assert . Inconclusive ( "Fanzub Down" ) ;
var indexer = Mocker . Resolve < Fanzub > ( ) ;
indexer . Definition = new IndexerDefinition
{
Name = "MyIndexer" ,
Settings = NullConfig . Instance
} ;
var result = indexer . FetchRecent ( ) ;
ValidateResult ( result ) ;
}
[Test]
public void fanzub_search_single ( )
{
Assert . Inconclusive ( "Fanzub Down" ) ;
var indexer = Mocker . Resolve < Fanzub > ( ) ;
indexer . Definition = new IndexerDefinition
{
Name = "MyIndexer" ,
Settings = NullConfig . Instance
} ;
var result = indexer . Fetch ( _animeSearchCriteria ) ;
ValidateResult ( result ) ;
}
[Test]
[ManualTest]
[Explicit]
public void kickass_fetch_recent ( )
{
var indexer = Mocker . Resolve < KickassTorrents > ( ) ;
@ -110,6 +76,8 @@ namespace NzbDrone.Core.Test.IndexerTests.IntegrationTests
}
[Test]
[ManualTest]
[Explicit]
public void kickass_search_single ( )
{
var indexer = Mocker . Resolve < KickassTorrents > ( ) ;