oauth-instruct
All checks were successful
Deploy on push / deploy (push) Successful in 7m13s

This commit is contained in:
2025-09-23 21:34:48 +03:00
parent c1a7902937
commit 9d4e24732e
6 changed files with 140 additions and 6 deletions

View File

@@ -144,7 +144,7 @@ with (
@pytest.mark.asyncio
async def test_oauth_login_invalid_provider(mock_request):
"""Тест с неправильным провайдером"""
mock_request.path_params["provider"] = "invalid"
mock_request.path_params = {"provider": "invalid"}
response = await oauth_login_http(mock_request)