mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
fix tests
This commit is contained in:
parent
88e41e9de6
commit
67a14a1ed1
2 changed files with 19 additions and 4 deletions
|
|
@ -799,10 +799,7 @@ impl HttpContext for StreamContext {
|
|||
let cluster_name_opt = self.llm_provider().cluster_name.clone();
|
||||
|
||||
if let Some(cluster_name) = cluster_name_opt {
|
||||
self.add_http_request_header(
|
||||
ARCH_ROUTING_HEADER,
|
||||
&cluster_name,
|
||||
);
|
||||
self.add_http_request_header(ARCH_ROUTING_HEADER, &cluster_name);
|
||||
} else {
|
||||
self.add_http_request_header(
|
||||
ARCH_ROUTING_HEADER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue