Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/87da82dd908b94026980435e9326a97b75264e3f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
4 additions and
2 deletions
@ -159,7 +159,7 @@ namespace NzbDrone.Common.Test.DiskProviderTests
TestLogger . Info ( "Path is: {0}" , testFile ) ;
Subject . WriteAllText ( testFile , " ") ;
Subject . WriteAllText ( testFile , " Test ") ;
Subject . GetLastFolderWrite ( SandboxFolder ) . Should ( ) . BeOnOrAfter ( DateTime . UtcNow . AddMinutes ( - 1 ) ) ;
Subject . GetLastFolderWrite ( SandboxFolder ) . Should ( ) . BeBefore ( DateTime . UtcNow ) ;
@ -159,7 +159,7 @@ namespace NzbDrone.Test.Common
protected string GetTestFilePath ( )
{
return GetTestFilePath ( Path . Get Temp FileName( ) ) ;
return GetTestFilePath ( Path . Get Random FileName( ) ) ;
}
protected string SandboxFolder
@ -48,6 +48,8 @@
<s:Boolean x:Key="/Default/Environment/UnitTesting/DisabledProviders/=Jasmine/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/UnitTesting/DisabledProviders/=MSTest/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/UnitTesting/DisabledProviders/=QUnit/@EntryIndexedValue">True</s:Boolean>
<s:Int64 x:Key="/Default/Environment/UnitTesting/ParallelProcessesCount/@EntryValue">4</s:Int64>
<s:Boolean x:Key="/Default/Environment/UnitTesting/SeparateAppDomainPerAssembly/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/QuickList/=26E712D4B91E2E49A0E92C0AFE6FF57E/Entry/=38860059D7978D4DAF1997C7CBC46A78/EntryName/@EntryValue">Backbone model</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/QuickList/=26E712D4B91E2E49A0E92C0AFE6FF57E/Entry/=38860059D7978D4DAF1997C7CBC46A78/Position/@EntryValue">5</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=09B531154963914B9AB9E2A05E1F2B44/@KeyIndexDefined">True</s:Boolean>