Skip to content

Commit

Permalink
Fix mock
Browse files Browse the repository at this point in the history
  • Loading branch information
bonk1t committed Jan 15, 2024
1 parent ed823f0 commit fc2391a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ def mock_firestore_client():

@pytest.fixture(autouse=True)
def mock_get_openai_client():
with patch("agency_swarm.threads.thread.get_openai_client"):
with patch("agency_swarm.util.oai.get_openai_client"):
yield

0 comments on commit fc2391a

Please sign in to comment.