mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-03 07:07:59 +08:00
Fix should_use_global_request_id_and_forward not pass
This test needs UpstreamHttpMethod = "Get",
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user