mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Update test for redirect diagnostic.
This commit is contained in:
parent
a3873634b0
commit
593c4b8182
2 changed files with 4 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue