mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
Modified the Dispatcher to remove the "bot" key from workflow_data if found, prior to emitting startup in order to allow manual addition of "bot" to workflow data. This change was necessary as a bot instance is required to start polling, and therefore must be passed correctly. This logic is now tested in the 'test_start_polling' function. The change also includes an update to the changelog. |
||
|---|---|---|
| .. | ||
| test_event | ||
| test_middlewares | ||
| __init__.py | ||
| test_dispatcher.py | ||
| test_router.py | ||