Skip to content

Commit 3fb7102

Browse files
committed
CodeRabbit feedback
1 parent 29355bb commit 3fb7102

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/custom/test_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ async def test_async_pipedream_async_raw_access_token_with_oauth() -> None:
3838
project_id="test-project",
3939
)
4040

41-
# The client should have _async_token set when using OAuth
42-
assert client._client_wrapper._async_token is not None
43-
4441
# Mock the async token provider
4542
client._client_wrapper._async_token = AsyncMock(return_value="mocked-oauth-token")
4643

0 commit comments

Comments
 (0)