Skip to content

Commit a25ccaa

Browse files
docs(api): use neutral example for browser session name field
1 parent 86c57b8 commit a25ccaa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 117
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-e7925f5cb9626a47fd24470851ff4149c27bc89795f75e8641c618fff93a076c.yml
3-
openapi_spec_hash: 955d4bf81e9838b0732c0e52716a2030
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-152175b971564fc089733419adff5f79aa5556cb264bea7be5ca7582fda82b61.yml
3+
openapi_spec_hash: 054e48b4743d014f0ec199757990e2c3
44
config_hash: 36159c262d293fbeacf513ab600a1729

tests/api_resources/test_browsers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_method_create_with_all_params(self, client: Kernel) -> None:
4545
headless=False,
4646
invocation_id="rr33xuugxj9h0bkf1rdt2bet",
4747
kiosk_mode=True,
48-
name="amazon-scrape-1",
48+
name="checkout-flow-1",
4949
profile={
5050
"id": "id",
5151
"name": "name",
@@ -452,7 +452,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncKernel) ->
452452
headless=False,
453453
invocation_id="rr33xuugxj9h0bkf1rdt2bet",
454454
kiosk_mode=True,
455-
name="amazon-scrape-1",
455+
name="checkout-flow-1",
456456
profile={
457457
"id": "id",
458458
"name": "name",

0 commit comments

Comments
 (0)