File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ async def test_async_conversation_with_auth():
141141 await conversation .wait_for_session_end ()
142142
143143 # Assertions
144- mock_client .conversational_ai .conversations .get_signed_url .assert_called_once_with (agent_id = TEST_AGENT_ID )
144+ mock_client .conversational_ai .conversations .get_signed_url .assert_called_once_with (agent_id = TEST_AGENT_ID , environment = None )
145145
146146
147147@pytest .mark .asyncio
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ def test_conversation_with_auth():
129129 conversation .wait_for_session_end ()
130130
131131 # Assertions
132- mock_client .conversational_ai .conversations .get_signed_url .assert_called_once_with (agent_id = TEST_AGENT_ID )
132+ mock_client .conversational_ai .conversations .get_signed_url .assert_called_once_with (agent_id = TEST_AGENT_ID , environment = None )
133133
134134
135135def test_conversation_with_dynamic_variables ():
You can’t perform that action at this time.
0 commit comments