mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-20 21:27:16 +00:00
Removed duplicate test.
This commit is contained in:
parent
f2a70677e4
commit
a1bfecedcd
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ namespace NzbDrone.Common.Test.Http
|
|||
[TestCase(HttpStatusCode.InternalServerError)]
|
||||
[TestCase(HttpStatusCode.ServiceUnavailable)]
|
||||
[TestCase(HttpStatusCode.BadGateway)]
|
||||
[TestCase(429)]
|
||||
public void should_throw_on_unsuccessful_status_codes(int statusCode)
|
||||
{
|
||||
var request = new HttpRequest("http://eu.httpbin.org/status/" + statusCode);
|
||||
|
|
Loading…
Reference in a new issue