Skip to content

Commit ebdee13

Browse files
Update RemoteEndDropsConnectionTests.cs
Unit Tests: change port (82) to a registered port (1337), that can be used by ordinary users.
1 parent 79fe08c commit ebdee13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ServiceStack.WebHost.Endpoints.Tests/RemoteEndDropsConnectionTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace ServiceStack.WebHost.Endpoints.Tests
1111
[TestFixture]
1212
public class RemoteEndDropsConnectionTests
1313
{
14-
private const string ListeningOn = "http://localhost:82/";
14+
private const string ListeningOn = "http://localhost:1337/";
1515
ExampleAppHostHttpListener appHost;
1616

1717
public RemoteEndDropsConnectionTests()
@@ -127,4 +127,4 @@ public void TestClientDropsConnection(bool writeErrorsToResponse)
127127
}
128128
}
129129

130-
}
130+
}

0 commit comments

Comments
 (0)