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

marked UpdateServiceFixture as Windows only test

pull/2/head
kay.one 12 years ago
parent c02e187f32
commit 9ed5a06504

@ -30,6 +30,8 @@ namespace NzbDrone.Core.Test.UpdateTests
[SetUp]
public void Setup()
{
WindowsOnly();
Mocker.GetMock<IAppFolderInfo>().SetupGet(c => c.TempFolder).Returns(TempFolder);
Mocker.GetMock<ICheckUpdateService>().Setup(c => c.AvailableUpdate()).Returns(_updatePackage);

Loading…
Cancel
Save