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

Removed duplicate test.

pull/2/head
Taloth Saldono 10 years ago
parent f2a70677e4
commit a1bfecedcd

@ -72,7 +72,6 @@ namespace NzbDrone.Common.Test.Http
[TestCase(HttpStatusCode.InternalServerError)] [TestCase(HttpStatusCode.InternalServerError)]
[TestCase(HttpStatusCode.ServiceUnavailable)] [TestCase(HttpStatusCode.ServiceUnavailable)]
[TestCase(HttpStatusCode.BadGateway)] [TestCase(HttpStatusCode.BadGateway)]
[TestCase(429)]
public void should_throw_on_unsuccessful_status_codes(int statusCode) public void should_throw_on_unsuccessful_status_codes(int statusCode)
{ {
var request = new HttpRequest("http://eu.httpbin.org/status/" + statusCode); var request = new HttpRequest("http://eu.httpbin.org/status/" + statusCode);

Loading…
Cancel
Save