Skip to content

Commit 805f529

Browse files
AngeloGiaccolouisjoecodes
authored andcommitted
fix: pass in config
1 parent 88c1efd commit 805f529

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_convai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def test_conversation_with_dynamic_variables():
130130
# Setup the conversation
131131
conversation = Conversation(
132132
client=mock_client,
133+
config=config,
133134
agent_id=TEST_AGENT_ID,
134135
requires_auth=False,
135136
audio_interface=MockAudioInterface(),

0 commit comments

Comments
 (0)