Skip to content

Commit

Permalink
tests(prompts): fix expected log test
Browse files Browse the repository at this point in the history
  • Loading branch information
hassiebp committed Sep 27, 2024
1 parent d53d906 commit c4ba0c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ def test_throw_when_failing_fetch_and_no_cache(langfuse):
langfuse.get_prompt(prompt_name)

assert "Prompt not found" in str(exc_info.value)
langfuse.log.exception.assert_called_once()


def test_using_custom_prompt_timeouts(langfuse):
Expand Down

0 comments on commit c4ba0c5

Please sign in to comment.