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

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
@@ -159,7 +159,7 @@ namespace NzbDrone.Integration.Test
protected void ConnectSignalR()
{
_signalRReceived = new List<SignalRMessage>();
_signalrConnection = new Connection("http://localhost:8989/signalr");
_signalrConnection = new Connection("http://localhost:8686/signalr");
_signalrConnection.Start(new LongPollingTransport()).ContinueWith(task =>
{
if (task.IsFaulted)