mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07:00
Connect to EZTV over SSL
This commit is contained in:
parent
d78e55a4d1
commit
33ca71a745
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ namespace NzbDrone.Common.Test.Http
|
|||
{
|
||||
[TestFixture]
|
||||
[IntegrationTest]
|
||||
public class RestClientFixture : TestBase<HttpClient>
|
||||
public class HttpClientFixture : TestBase<HttpClient>
|
||||
{
|
||||
[Test]
|
||||
public void should_execute_simple_get()
|
||||
|
@ -83,7 +83,7 @@ namespace NzbDrone.Common.Test.Http
|
|||
|
||||
var userAgent = response.Resource.Headers["User-Agent"].ToString();
|
||||
|
||||
userAgent.Should().Contain("NzbDrone");
|
||||
userAgent.Should().Contain("Sonarr");
|
||||
}
|
||||
|
||||
[TestCase("Accept", "text/xml, text/rss+xml, application/rss+xml")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue