Skip to content

Commit

Permalink
Add transport_options to test case for sending external actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vocode-petern committed Jul 4, 2024
1 parent f387d78 commit 6d7fc43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/streaming/action/test_external_actions_requester.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ async def test_send_request_responses(
JSON_SCHEMA,
base64.b64encode(os.urandom(32)).decode(),
additional_payload_values={"call_id": "call_id"},
transport_options={"retries": 3, "verify": True},
)

assert response.success is expected_success
Expand Down

0 comments on commit 6d7fc43

Please sign in to comment.