From bbaf022f20fe609e60fa38dba0faa61faf09b233 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 15:37:10 +0000 Subject: [PATCH] feat(api): manual updates --- .stats.yml | 2 +- tests/api_resources/test_client.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 133e0bf..a25cca2 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 7 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openint%2Fopenint-ed263d82a28e8475a7ebc5eaa4dfe53255fcd3342d12ec956bf331b169407b3b.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openint%2Fopenint-3c4c569aecc7073dd54b777ab6aa9959eda2a884975a2a9765f79ba8b599df0c.yml diff --git a/tests/api_resources/test_client.py b/tests/api_resources/test_client.py index 448c0c1..e653550 100644 --- a/tests/api_resources/test_client.py +++ b/tests/api_resources/test_client.py @@ -83,7 +83,7 @@ def test_method_create_magic_link_with_all_params(self, client: Openint) -> None customer_id="x", connection_id="connection_id", connector_names="aircall", - email="dev@stainless.com", + email="email", redirect_url="redirect_url", theme="light", validity_in_seconds=0, @@ -392,7 +392,7 @@ async def test_method_create_magic_link_with_all_params(self, async_client: Asyn customer_id="x", connection_id="connection_id", connector_names="aircall", - email="dev@stainless.com", + email="email", redirect_url="redirect_url", theme="light", validity_in_seconds=0,