mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-18 02:43:22 +08:00
fix two failing tests
This commit is contained in:
parent
b57ae391ef
commit
2ead993c0f
@ -119,7 +119,7 @@ namespace Ocelot.AcceptanceTests
|
||||
{
|
||||
new FileReRoute
|
||||
{
|
||||
DownstreamPathTemplate = "41879/",
|
||||
DownstreamPathTemplate = "/41879/",
|
||||
DownstreamPort = 41879,
|
||||
DownstreamScheme = "http",
|
||||
DownstreamHost = "localhost",
|
||||
|
@ -111,7 +111,7 @@ namespace Ocelot.AcceptanceTests
|
||||
{
|
||||
new FileReRoute
|
||||
{
|
||||
DownstreamPathTemplate = "api/products",
|
||||
DownstreamPathTemplate = "/api/products",
|
||||
DownstreamScheme = "http",
|
||||
DownstreamHost = "localhost",
|
||||
DownstreamPort = 51879,
|
||||
|
Loading…
x
Reference in New Issue
Block a user