mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
Because it's 2016!
This commit is contained in:
parent
2e36538dcd
commit
aba613acd1
220 changed files with 450 additions and 2053 deletions
|
@ -11,20 +11,11 @@ namespace NzbDrone.Integration.Test
|
|||
{
|
||||
protected NzbDroneRunner _runner;
|
||||
|
||||
public override string SeriesRootFolder
|
||||
{
|
||||
get { return GetTempDirectory("SeriesRootFolder") ; }
|
||||
}
|
||||
public override string SeriesRootFolder => GetTempDirectory("SeriesRootFolder");
|
||||
|
||||
protected override string RootUrl
|
||||
{
|
||||
get { return "http://localhost:8989/"; }
|
||||
}
|
||||
protected override string RootUrl => "http://localhost:8989/";
|
||||
|
||||
protected override string ApiKey
|
||||
{
|
||||
get { return _runner.ApiKey; }
|
||||
}
|
||||
protected override string ApiKey => _runner.ApiKey;
|
||||
|
||||
protected override void StartTestTarget()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue