mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Switch to https for httpbin URL test
This commit is contained in:
parent
e32e6e0bec
commit
fb4483fdcf
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ namespace NzbDrone.Common.Test.Http
|
|||
[Test]
|
||||
public void should_execute_typed_get()
|
||||
{
|
||||
var request = new HttpRequest($"http://{_httpBinHost}/get");
|
||||
var request = new HttpRequest($"https://{_httpBinHost}/get");
|
||||
|
||||
var response = Subject.Get<HttpBinResource>(request);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue