Skip to content

Commit

Permalink
Fix no notes chat director test with updated no notes message
Browse files Browse the repository at this point in the history
No notes message was updated in commit 118f114
  • Loading branch information
debanjum committed Nov 18, 2023
1 parent 2abb190 commit 0bf66d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_openai_chat_director.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_answer_not_known_using_notes_command(chat_client_no_background, default

# Assert
assert response.status_code == 200
assert response_message == prompts.no_notes_found.format()
assert response_message == prompts.no_entries_found.format()


# ----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 0bf66d9

Please sign in to comment.