Removed dupe tests.

This commit is contained in:
Taloth Saldono 2015-07-08 20:01:48 +02:00
parent 3a84e0fafc
commit bf3d0ed2d1
3 changed files with 0 additions and 4 deletions

View file

@ -84,8 +84,6 @@ namespace NzbDrone.Common.Test.Http
ExceptionVerification.IgnoreWarns();
}
[TestCase(HttpStatusCode.Moved)]
[TestCase(HttpStatusCode.MovedPermanently)]
public void should_not_follow_redirects_when_not_in_production(HttpStatusCode statusCode)
{