fix two failing tests

This commit is contained in:
Tom Gardham-Pallister 2017-11-02 12:03:32 +00:00
parent b57ae391ef
commit 2ead993c0f
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ namespace Ocelot.AcceptanceTests
{
new FileReRoute
{
DownstreamPathTemplate = "41879/",
DownstreamPathTemplate = "/41879/",
DownstreamPort = 41879,
DownstreamScheme = "http",
DownstreamHost = "localhost",

View File

@ -111,7 +111,7 @@ namespace Ocelot.AcceptanceTests
{
new FileReRoute
{
DownstreamPathTemplate = "api/products",
DownstreamPathTemplate = "/api/products",
DownstreamScheme = "http",
DownstreamHost = "localhost",
DownstreamPort = 51879,