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

Ignore brotli test on osx

(cherry picked from commit 2afe6af5a6dac26fe9d2c20e806a93b621e18bbf)
pull/3050/head
Qstick 2 years ago
parent 41a072613c
commit 62ae8ff1dc

@ -213,6 +213,7 @@ namespace NzbDrone.Common.Test.Http
}
[Test]
[Platform(Exclude = "MacOsX", Reason = "Azure agent update prevents brotli on OSX")]
public void should_execute_get_using_brotli()
{
var request = new HttpRequest($"https://{_httpBinHost}/brotli");

Loading…
Cancel
Save