Skip to content

Commit 224a7a0

Browse files
feat(api): manual updates (#13)
1 parent 6dfc2e8 commit 224a7a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 7
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openint%2Fopenint-ed263d82a28e8475a7ebc5eaa4dfe53255fcd3342d12ec956bf331b169407b3b.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openint%2Fopenint-3c4c569aecc7073dd54b777ab6aa9959eda2a884975a2a9765f79ba8b599df0c.yml

tests/api_resources/test_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_method_create_magic_link_with_all_params(self, client: Openint) -> None
8383
customer_id="x",
8484
connection_id="connection_id",
8585
connector_names="aircall",
86-
email="dev@stainless.com",
86+
email="email",
8787
redirect_url="redirect_url",
8888
theme="light",
8989
validity_in_seconds=0,
@@ -392,7 +392,7 @@ async def test_method_create_magic_link_with_all_params(self, async_client: Asyn
392392
customer_id="x",
393393
connection_id="connection_id",
394394
connector_names="aircall",
395-
email="dev@stainless.com",
395+
email="email",
396396
redirect_url="redirect_url",
397397
theme="light",
398398
validity_in_seconds=0,

0 commit comments

Comments
 (0)