Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/8581896f58af40974b7e8502a2d2640b50add944
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
0 additions and
8 deletions
@ -27,8 +27,6 @@ namespace NzbDrone.Core.Test.JobTests
. With ( s = > s . SeriesId = 12 )
. Build ( ) ;
WithStrictMocker ( ) ;
Mocker . GetMock < SeriesProvider > ( )
. Setup ( p = > p . GetSeries ( series . SeriesId ) )
. Returns ( series ) ;
@ -54,8 +52,6 @@ namespace NzbDrone.Core.Test.JobTests
. TheNext ( 1 ) . With ( s = > s . SeriesId = 15 )
. Build ( ) ;
WithStrictMocker ( ) ;
Mocker . GetMock < SeriesProvider > ( )
. Setup ( p = > p . GetAllSeries ( ) )
. Returns ( series ) ;
@ -82,8 +78,6 @@ namespace NzbDrone.Core.Test.JobTests
. TheNext ( 1 ) . With ( s = > s . SeriesId = 15 )
. Build ( ) ;
WithStrictMocker ( ) ;
Mocker . GetMock < SeriesProvider > ( )
. Setup ( p = > p . GetAllSeries ( ) )
. Returns ( series ) ;
@ -111,8 +105,6 @@ namespace NzbDrone.Core.Test.JobTests
. TheNext ( 1 ) . With ( s = > s . SeriesId = 15 )
. Build ( ) ;
WithStrictMocker ( ) ;
Mocker . GetMock < SeriesProvider > ( )
. Setup ( p = > p . GetAllSeries ( ) )
. Returns ( series ) ;