Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/7ebc9e39808cf0405e356d6ba02a907bf610c5ea?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed broken test

pull/2/head
Mark McDowall 11 years ago
parent 831c0a40b1
commit 7ebc9e3980

@ -47,6 +47,8 @@ namespace NzbDrone.Core.Test.HistoryTests
{
var history = Builder<History.History>
.CreateListOfSize(5)
.All()
.With(c => c.EventType = HistoryEventType.Unknown)
.Random(3)
.With(c => c.EventType = HistoryEventType.Grabbed)
.BuildListOfNew();

Loading…
Cancel
Save