Changed the default port to 8686

This commit is contained in:
Matthew Despain 2017-03-31 12:55:07 -06:00
parent 0fbb8c25cc
commit d0728bbe22
10 changed files with 46 additions and 46 deletions

View file

@ -11,7 +11,7 @@ namespace NzbDrone.Integration.Test
public override string SeriesRootFolder => GetTempDirectory("SeriesRootFolder");
protected override string RootUrl => "http://localhost:8989/";
protected override string RootUrl => "http://localhost:8686/";
protected override string ApiKey => _runner.ApiKey;