mirror of
https://github.com/alibaba/higress.git
synced 2026-03-19 17:57:31 +08:00
Sync inner fix (#634)
This commit is contained in:
@@ -78,8 +78,10 @@ var HTTPRouteRequestHeaderControl = suite.ConformanceTest{
|
||||
Path: "/foo2",
|
||||
Host: "foo.com",
|
||||
Headers: map[string]string{
|
||||
"stage": "test",
|
||||
"canary": "true",
|
||||
"stage": "test",
|
||||
"canary": "true",
|
||||
"x-test": "higress; test=true",
|
||||
"x-test2": "higress; test=false",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user