mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Changed the default port to 8686
This commit is contained in:
parent
0fbb8c25cc
commit
d0728bbe22
10 changed files with 46 additions and 46 deletions
|
@ -40,7 +40,7 @@ namespace NzbDrone.Automation.Test
|
|||
_runner.KillAll();
|
||||
_runner.Start();
|
||||
|
||||
driver.Url = "http://localhost:8989";
|
||||
driver.Url = "http://localhost:8686";
|
||||
|
||||
var page = new PageBase(driver);
|
||||
page.WaitForNoSpinner();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue