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

fixed linux integration tests

pull/23/head
kay.one 12 years ago
parent b8afad8adb
commit d6cc0b40fb

@ -27,6 +27,8 @@ namespace NzbDrone.Common.Test
[TearDown]
public void TearDown()
{
WindowsOnly();
if (Subject.ServiceExist(TEMP_SERVICE_NAME))
{
Subject.UnInstall(TEMP_SERVICE_NAME);

Loading…
Cancel
Save