Fix should_use_global_request_id_and_forward not pass

This test needs UpstreamHttpMethod = "Get",
This commit is contained in:
geffzhang 2017-02-09 08:30:32 +08:00
parent 78ff96375e
commit 18e0f40c95

View File

@ -96,6 +96,7 @@ namespace Ocelot.AcceptanceTests
DownstreamScheme = "http", DownstreamScheme = "http",
DownstreamHost = "localhost", DownstreamHost = "localhost",
UpstreamTemplate = "/", UpstreamTemplate = "/",
UpstreamHttpMethod ="Get"
} }
}, },
GlobalConfiguration = new FileGlobalConfiguration GlobalConfiguration = new FileGlobalConfiguration