mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 17:28:16 +08:00
Fix/1157 fix UpstreamHost validation (#1169)
* #1157: fix reRoute UpstreamHost validation * change port number
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user