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

Log contents on api errors during tests.

(cherry picked from commit f2e1b4e43549695afacee5c87cca368e8fa30905)

Closes 
pull/1112/head
bakerboy448 4 years ago committed by Qstick
parent d34e588588
commit 27e799b624

@ -55,7 +55,7 @@ namespace NzbDrone.Integration.Test.Client
response.ErrorMessage.Should().BeNullOrWhiteSpace();
response.StatusCode.Should().Be(statusCode);
response.StatusCode.Should().Be(statusCode, response.Content ?? string.Empty);
return response.Content;
}

Loading…
Cancel
Save