Merge pull request #3 from ThreeMammals/master

Master merge
This commit is contained in:
jlukawska
2020-03-11 21:51:47 +01:00
committed by GitHub
103 changed files with 3101 additions and 1578 deletions

View File

@ -23,7 +23,7 @@ namespace Ocelot.AcceptanceTests
[Fact]
public void should_dangerous_accept_any_server_certificate_validator()
{
int port = 51129;
int port = RandomPortFinder.GetRandomPort();
var configuration = new FileConfiguration
{
@ -60,7 +60,7 @@ namespace Ocelot.AcceptanceTests
[Fact]
public void should_not_dangerous_accept_any_server_certificate_validator()
{
int port = 52129;
int port = RandomPortFinder.GetRandomPort();
var configuration = new FileConfiguration
{