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

Fixed 503 Http errors not marking the test as ignored.

pull/3113/head
kay.one 13 years ago
parent 0d582f12fb
commit 9150574c35

@ -88,7 +88,7 @@ namespace NzbDrone.Test.Common
public static void MarkInconclusive(string text)
{
var inconclusiveLogs = _logs.Where(l => l.Message.Contains(text)).ToList();
var inconclusiveLogs = _logs.Where(l => l.FormattedMessage.Contains(text)).ToList();
if (inconclusiveLogs.Count != 0)
{

Loading…
Cancel
Save