Skip to content

Commit

Permalink
test(langchain): fix failing test (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
  • Loading branch information
Tomas2D committed Sep 25, 2023
1 parent a52b80e commit d38abc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/extensions/test_langchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_langchain_interface(
results = model(prompts[0])
assert results == expected_generated_response.results[0].generated_text

@patch("httpx.AsyncClient.post")
@patch("httpx.Client.post")
def test_langchain_stop_sequences(
self,
mocked_post_request,
Expand Down

0 comments on commit d38abc6

Please sign in to comment.