mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Removed duplicate test.
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user