Skip to content

Commit a49fc96

Browse files
committed
fix
1 parent cdd9276 commit a49fc96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ def test_get_expired_prompt_when_failing_fetch(mock_time, langfuse: Langfuse):
863863
break
864864
sleep(0.1)
865865

866-
assert mock_server_call.call_count == 2
866+
assert mock_server_call.call_count == 3
867867
assert result_call_2 == prompt_client
868868

869869

0 commit comments

Comments
 (0)