Fix/1157 fix UpstreamHost validation (#1169)

* #1157: fix reRoute UpstreamHost validation

* change port number
This commit is contained in:
jlukawska
2020-04-13 19:43:25 +02:00
committed by GitHub
parent 53d7f560a8
commit 99a15d8668
3 changed files with 128 additions and 2 deletions

View File

@ -342,7 +342,7 @@ namespace Ocelot.IntegrationTests
public void should_get_file_configuration_edit_and_post_updated_version_redirecting_reroute()
{
var fooPort = 47689;
var barPort = 47690;
var barPort = 27654;
var initialConfiguration = new FileConfiguration
{