fix: satisfy ruff line length

This commit is contained in:
3252a8
2026-06-01 11:11:15 +03:00
parent 939bc37995
commit 21079f78dc
12 changed files with 60 additions and 15 deletions
+4 -1
View File
@@ -258,7 +258,10 @@ def test_payment_method_keyboard_filters_providers_by_payment_currency(monkeypat
)
callbacks = [
button.callback_data for row in markup.inline_keyboard for button in row if button.callback_data
button.callback_data
for row in markup.inline_keyboard
for button in row
if button.callback_data
]
assert "pay_wata:1:10:subscription" in callbacks
assert all(not callback.startswith("pay_yk:") for callback in callbacks)