mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 13:32:17 -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
|
@ -49,7 +49,7 @@ namespace NzbDrone.Common.Test
|
|||
public void GetValue_Success()
|
||||
{
|
||||
const string key = "Port";
|
||||
const string value = "8989";
|
||||
const string value = "8686";
|
||||
|
||||
var result = Subject.GetValue(key, value);
|
||||
|
||||
|
@ -60,7 +60,7 @@ namespace NzbDrone.Common.Test
|
|||
public void GetInt_Success()
|
||||
{
|
||||
const string key = "Port";
|
||||
const int value = 8989;
|
||||
const int value = 8686;
|
||||
|
||||
|
||||
var result = Subject.GetValueInt(key, value);
|
||||
|
@ -95,7 +95,7 @@ namespace NzbDrone.Common.Test
|
|||
[Test]
|
||||
public void GetPort_Success()
|
||||
{
|
||||
const int value = 8989;
|
||||
const int value = 8686;
|
||||
|
||||
|
||||
var result = Subject.Port;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue