mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 20:10:50 +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