Skip to content

Commit f3be0be

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore: rebuild project due to codegen change (#58)
1 parent dfd0e19 commit f3be0be

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: tests/api_resources/test_sessions.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ def test_method_create_with_all_params(self, client: Browserbase) -> None:
4141
},
4242
"extension_id": "extensionId",
4343
"fingerprint": {
44-
"browsers": ["chrome", "edge", "firefox"],
45-
"devices": ["desktop", "mobile"],
44+
"browsers": ["chrome"],
45+
"devices": ["desktop"],
4646
"http_version": 1,
47-
"locales": ["string", "string", "string"],
48-
"operating_systems": ["android", "ios", "linux"],
47+
"locales": ["string"],
48+
"operating_systems": ["android"],
4949
"screen": {
5050
"max_height": 0,
5151
"max_width": 0,
@@ -270,11 +270,11 @@ async def test_method_create_with_all_params(self, async_client: AsyncBrowserbas
270270
},
271271
"extension_id": "extensionId",
272272
"fingerprint": {
273-
"browsers": ["chrome", "edge", "firefox"],
274-
"devices": ["desktop", "mobile"],
273+
"browsers": ["chrome"],
274+
"devices": ["desktop"],
275275
"http_version": 1,
276-
"locales": ["string", "string", "string"],
277-
"operating_systems": ["android", "ios", "linux"],
276+
"locales": ["string"],
277+
"operating_systems": ["android"],
278278
"screen": {
279279
"max_height": 0,
280280
"max_width": 0,

0 commit comments

Comments
 (0)