Skip to content

Commit

Permalink
fix: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovik committed Jan 23, 2025
1 parent 91f27de commit dec1d51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_chat_completion_plain_text():
"choices": [
{
"index": 0,
"message": {
"delta": {
"role": "assistant",
"content": "pong",
},
Expand Down Expand Up @@ -109,7 +109,7 @@ def test_chat_completion_plain_text():
"choices": [
{
"index": 0,
"message": {
"delta": {
"role": "assistant",
"content": "pong",
},
Expand Down Expand Up @@ -267,7 +267,7 @@ def test_chat_completion_list_content():
"choices": [
{
"index": 0,
"message": {
"delta": {
"role": "assistant",
"content": "pong",
},
Expand Down Expand Up @@ -365,7 +365,7 @@ def test_chat_completion_none_content():
"choices": [
{
"index": 0,
"message": {
"delta": {
"role": "assistant",
"content": "5",
},
Expand Down Expand Up @@ -657,7 +657,7 @@ def test_data_request_with_new_format():
"choices": [
{
"index": 0,
"message": {
"delta": {
"role": "assistant",
"content": "pong",
},
Expand Down Expand Up @@ -724,7 +724,7 @@ def test_data_request_with_new_format():
"choices": [
{
"index": 0,
"message": {
"delta": {
"role": "assistant",
"content": "pong",
},
Expand Down

0 comments on commit dec1d51

Please sign in to comment.