mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Replaced Uri with HttpUri.
This commit is contained in:
parent
7c54fa70d7
commit
23871503a2
29 changed files with 356 additions and 111 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue