Update test for redirect diagnostic.

This commit is contained in:
Taloth Saldono 2015-03-15 02:00:44 +01:00
parent a3873634b0
commit 593c4b8182
2 changed files with 4 additions and 2 deletions

View file

@ -70,7 +70,9 @@ namespace NzbDrone.Common.Test.Http
{
var request = new HttpRequest("http://eu.httpbin.org/status/" + (int)statusCode);
Assert.Throws<Exception>(() => Subject.Get<HttpBinResource>(request));
Subject.Get<HttpBinResource>(request);
ExceptionVerification.ExpectedErrors(1);
}
[Test]