Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
George Burton committed Sep 5, 2024
1 parent a66b876 commit 1277c65
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions django_app/tests/test_consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,11 +581,6 @@ def mocked_connect_with_rate_limited_error() -> CannedGraphLLM:
@pytest.fixture()
def mocked_connect_with_explicit_no_document_selected_error() -> CannedGraphLLM:
responses = [
{
"event": "on_chat_model_stream",
"tags": [FINAL_RESPONSE_TAG],
"data": {"chunk": Token(content="Good afternoon, ")},
},
{
"event": "on_chat_model_stream",
"tags": [FINAL_RESPONSE_TAG],
Expand Down

0 comments on commit 1277c65

Please sign in to comment.