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 29355bb commit 3fb7102Copy full SHA for 3fb7102
tests/custom/test_client.py
@@ -38,9 +38,6 @@ async def test_async_pipedream_async_raw_access_token_with_oauth() -> None:
38
project_id="test-project",
39
)
40
41
- # The client should have _async_token set when using OAuth
42
- assert client._client_wrapper._async_token is not None
43
-
44
# Mock the async token provider
45
client._client_wrapper._async_token = AsyncMock(return_value="mocked-oauth-token")
46
0 commit comments