From 18e0f40c9515bc3d35c19930842a8b799666b2d8 Mon Sep 17 00:00:00 2001 From: geffzhang Date: Thu, 9 Feb 2017 08:30:32 +0800 Subject: [PATCH] Fix should_use_global_request_id_and_forward not pass This test needs UpstreamHttpMethod = "Get", --- test/Ocelot.AcceptanceTests/RequestIdTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Ocelot.AcceptanceTests/RequestIdTests.cs b/test/Ocelot.AcceptanceTests/RequestIdTests.cs index 63a40ead..4ad5bd8c 100644 --- a/test/Ocelot.AcceptanceTests/RequestIdTests.cs +++ b/test/Ocelot.AcceptanceTests/RequestIdTests.cs @@ -96,6 +96,7 @@ namespace Ocelot.AcceptanceTests DownstreamScheme = "http", DownstreamHost = "localhost", UpstreamTemplate = "/", + UpstreamHttpMethod ="Get" } }, GlobalConfiguration = new FileGlobalConfiguration