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

updated free space test.

pull/3113/head
kay.one 12 years ago
parent 3b240e0dd7
commit 511e365ccb

@ -34,11 +34,10 @@ namespace NzbDrone.Common.Test.DiskProviderTests
}
[Test]
public void should_return_null_when_cant_get_free_space()
public void should_be_able_to_check_space_on_ramdrive()
{
LinuxOnly();
Subject.GetAvailableSpace("/run/").Should().NotBe(null);
Subject.GetAvailableSpace("/run/").Should().NotBe(0);
}
}
}

Loading…
Cancel
Save