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

Fixed broken decision engine tests

pull/55/merge
Mark McDowall 11 years ago
parent 78dacf6850
commit 515901d1be

@ -67,7 +67,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
private void GivenSpecifications(params Mock<IDecisionEngineSpecification>[] mocks)
{
Mocker.SetConstant<IEnumerable<IRejectWithReason>>(mocks.Select(c => c.Object));
Mocker.SetConstant<IEnumerable<IDecisionEngineSpecification>>(mocks.Select(c => c.Object));
}
[Test]

Loading…
Cancel
Save