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

Remove unecessary test.

pull/2/head
Leonardo Galli 8 years ago
parent fc5ac8219f
commit 403fd0f0c0

@ -20,7 +20,6 @@ namespace NzbDrone.Common.Test
}
[TestCase("")]
[TestCase("http://")]
public void DownloadString_should_throw_on_error(string url)
{
Assert.Throws<ArgumentException>(() => Subject.DownloadString(url));

Loading…
Cancel
Save