chore: remove unused exec-bridge flags

This commit is contained in:
banteg
2025-12-29 13:36:48 +04:00
parent 0a0f206865
commit ca96f8dd21
4 changed files with 6 additions and 49 deletions
@@ -96,8 +96,6 @@ def test_final_notify_sends_loud_final_message() -> None:
bot=bot, # type: ignore[arg-type]
runner=runner, # type: ignore[arg-type]
chat_id=123,
ignore_backlog=True,
progress_edit_every_s=999.0,
final_notify=True,
startup_msg="",
max_concurrency=1,
@@ -128,8 +126,6 @@ def test_new_final_message_forces_notification_when_too_long_to_edit() -> None:
bot=bot, # type: ignore[arg-type]
runner=runner, # type: ignore[arg-type]
chat_id=123,
ignore_backlog=True,
progress_edit_every_s=999.0,
final_notify=False,
startup_msg="",
max_concurrency=1,