mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Because it's 2016!
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user