Replaced Uri with HttpUri.

This commit is contained in:
Taloth Saldono 2016-03-01 00:33:28 +01:00
parent 7c54fa70d7
commit 23871503a2
29 changed files with 356 additions and 111 deletions

View file

@ -58,7 +58,7 @@ namespace NzbDrone.Common.Test.Http
var response = Subject.Get<HttpBinResource>(request);
response.Resource.Url.Should().Be(request.Url.AbsoluteUri);
response.Resource.Url.Should().Be(request.Url.FullUri);
}
[Test]