Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Oct 22, 2024
1 parent 0cdd261 commit 2483437
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
message: |
Fixed an issue where the `kong.request.enable_buffering` can not be used when dowstream use HTTP/2.
Fixed an issue where the `kong.request.enable_buffering` can not be used when downstream uses HTTP/2.
type: bugfix
scope: Core
2 changes: 1 addition & 1 deletion spec/02-integration/05-proxy/24-buffered_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ for _, strategy in helpers.each_strategy() do
end)
end)
end
end
end -- for _, client_protocol
2 changes: 1 addition & 1 deletion spec/03-plugins/38-ai-proxy/02-openai_integration_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1654,4 +1654,4 @@ for _, strategy in helpers.all_strategies() do if strategy ~= "cassandra" then
end)

end end
end
end -- for _, client_protocol
Original file line number Diff line number Diff line change
Expand Up @@ -788,4 +788,4 @@ for _, strategy in helpers.all_strategies() do if strategy ~= "cassandra" then
end)

end end
end
end -- for _, client_protocol
2 changes: 1 addition & 1 deletion spec/03-plugins/38-ai-proxy/04-cohere_integration_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -630,4 +630,4 @@ for _, strategy in helpers.all_strategies() do if strategy ~= "cassandra" then
end)

end end
end
end -- for _, client_protocol
2 changes: 1 addition & 1 deletion spec/03-plugins/38-ai-proxy/05-azure_integration_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -657,4 +657,4 @@ for _, strategy in helpers.all_strategies() do if strategy ~= "cassandra" then
end)

end end
end
end -- for _, client_protocol
Original file line number Diff line number Diff line change
Expand Up @@ -519,4 +519,4 @@ for _, strategy in helpers.all_strategies() do if strategy ~= "cassandra" then
end)

end end
end
end -- for _, client_protocol
2 changes: 1 addition & 1 deletion spec/03-plugins/38-ai-proxy/07-llama2_integration_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -451,4 +451,4 @@ for _, strategy in helpers.all_strategies() do if strategy ~= "cassandra" then
end)

end end
end
end -- for _, client_protocol
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,4 @@ for _, strategy in helpers.all_strategies() do if strategy ~= "cassandra" then
----

end end
end
end -- for _, client_protocol
Original file line number Diff line number Diff line change
Expand Up @@ -819,4 +819,4 @@ for _, strategy in helpers.all_strategies() do if strategy ~= "cassandra" then
end)

end end
end
end -- for _, client_protocol
2 changes: 1 addition & 1 deletion spec/helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,4 @@ local wait = reload_module("spec.internal.wait")
get_available_port = wait.get_available_port,

make_temp_dir = misc.make_temp_dir,
}
}

0 comments on commit 2483437

Please sign in to comment.