Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Teri-anric committed Dec 17, 2024
1 parent ccc46b9 commit fb7554b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web_app/tests/test_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ async def test_subscribe_to_notification(
:param client: fastapi.testclient.TestClient
:param mock_get_user_by_wallet_id: unittest.mock.MagicMock for get_user_by_wallet_id
:param mock_get_telegram_user_by_wallet_id: unittest.mock.MagicMock for get_telegram_user_by_wallet_id
:param mock_get_telegram_user_by_wallet_id: unittest.mock.MagicMock
for get_telegram_user_by_wallet_id
:param mock_set_allow_notification: unittest.mock.MagicMock for set_allow_notification
:param telegram_id: str[Telegram ID of the user]
:param wallet_id: str[Wallet ID of the user]
Expand Down

0 comments on commit fb7554b

Please sign in to comment.