We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd8fa0 commit d9345c9Copy full SHA for d9345c9
tests/unit/test_client.py
@@ -13,7 +13,7 @@ class TestClientInitialization:
13
def test_client_with_explicit_token(self):
14
"""Test client initialization with explicit token."""
15
client = BrightDataClient(token="test_token_123456789")
16
-
+
17
assert client.token == "test_token_123456789"
18
assert client.timeout == 30 # Default timeout
19
assert client.web_unlocker_zone == "sdk_unlocker"
0 commit comments