Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/fb25422922c375f0d707603cb5627fe572541cb7 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix test error due to DryIOC update

pull/7702/head
Qstick 3 years ago
parent ac3d4bee35
commit fb25422922

@ -96,6 +96,11 @@ namespace NzbDrone.Test.Common.AutoMoq
return null;
}
if (serviceType == typeof(System.Text.Json.Serialization.JsonConverter))
{
return null;
}
// get the Mock object for the abstract class or interface
if (serviceType.IsInterface || serviceType.IsAbstract)
{

Loading…
Cancel
Save