Skip to content

Commit

Permalink
test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Jan 7, 2025
1 parent ac20473 commit 2dd00da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/agentchat/realtime_agent/test_oai_realtime_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

class TestOAIRealtimeClient:
@pytest.fixture
def client(self, credentials: Credentials) -> RealtimeClientProtocol:
llm_config = credentials.llm_config
def client(self, credentials_gpt_4o_realtime: Credentials) -> RealtimeClientProtocol:
llm_config = credentials_gpt_4o_realtime.llm_config
return OpenAIRealtimeClient(
llm_config=llm_config,
voice="alloy",
Expand Down

0 comments on commit 2dd00da

Please sign in to comment.