Skip to content

Commit 78868cc

Browse files
committed
merge with recent branch
1 parent 12d0662 commit 78868cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ async def test_auth_flow_with_no_tokens(self, oauth_provider, mock_storage):
642642
)
643643

644644
# Mock the authorization process
645-
oauth_provider._perform_authorization = mock.AsyncMock(return_value=("test_auth_code", "test_code_verifier"))
645+
oauth_provider._perform_authorization = AsyncMock(return_value=("test_auth_code", "test_code_verifier"))
646646

647647
# Next request should be to exchange token
648648
token_request = await auth_flow.asend(registration_response)

0 commit comments

Comments
 (0)