mirror of
https://github.com/alibaba/higress.git
synced 2026-05-26 21:57:30 +08:00
Add Kling provider support (#3742)
Signed-off-by: wydream <yaodiwu618@gmail.com>
This commit is contained in:
@@ -314,6 +314,13 @@ func TestGeneric(t *testing.T) {
|
||||
test.RunGenericOnHttpRequestBodyTests(t)
|
||||
}
|
||||
|
||||
func TestKling(t *testing.T) {
|
||||
test.RunKlingParseConfigTests(t)
|
||||
test.RunKlingOnHttpRequestHeadersTests(t)
|
||||
test.RunKlingOnHttpRequestBodyTests(t)
|
||||
test.RunKlingOnHttpResponseBodyTests(t)
|
||||
}
|
||||
|
||||
func TestVertex(t *testing.T) {
|
||||
test.RunVertexParseConfigTests(t)
|
||||
test.RunVertexExpressModeOnHttpRequestHeadersTests(t)
|
||||
|
||||
Reference in New Issue
Block a user