mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Replaced Uri with HttpUri.
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user