mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:22:50 +08:00
Fix should_use_global_request_id_and_forward not pass
This test needs UpstreamHttpMethod = "Get",
This commit is contained in:
parent
78ff96375e
commit
18e0f40c95
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user