Because it's 2016!

This commit is contained in:
Keivan Beigi 2016-12-08 22:54:15 -08:00
parent 2e36538dcd
commit aba613acd1
220 changed files with 450 additions and 2053 deletions

View file

@ -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()
{