mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 15:22:43 +02:00
Send back developer error correctly (#195)
This commit is contained in:
parent
28421353fd
commit
1719b7d5f8
3 changed files with 28 additions and 13 deletions
|
|
@ -487,7 +487,6 @@ fn bad_request_to_open_ai_chat_completions() {
|
|||
.expect_get_buffer_bytes(Some(BufferType::HttpRequestBody))
|
||||
.returning(Some(incomplete_chat_completions_request_body))
|
||||
.expect_log(Some(LogLevel::Debug), None)
|
||||
.expect_log(Some(LogLevel::Debug), None)
|
||||
.expect_send_local_response(
|
||||
Some(StatusCode::BAD_REQUEST.as_u16().into()),
|
||||
None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue