Skip to content

Commit

Permalink
adding mock test for http
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavPuranik committed Jul 14, 2024
1 parent 13b82c3 commit 3b305b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embedchain/tests/embedder/test_azure_openai_embedder.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def test_azure_openai_embedder_with_http_client(monkeypatch):
http_client=mock_http_client_instance,
http_async_client=None,
)
mock_http_client.assert_called_once_with(proxies="http://testproxy.mem0.net:8000")


def test_azure_openai_embedder_with_http_async_client(monkeypatch):
Expand Down

0 comments on commit 3b305b0

Please sign in to comment.