diff --git a/testbed/tests/test_app.py b/testbed/tests/test_app.py index 8e39d02ae3..687a42609f 100644 --- a/testbed/tests/test_app.py +++ b/testbed/tests/test_app.py @@ -259,7 +259,7 @@ async def test_menu_items(app, app_probe): # Add all the commands app.commands.add(cmd1, cmd2, cmd3, disabled_item, no_action, deep_item, cmd4) - app_probe.redraw("App has custom menu items") + await app_probe.redraw("App has custom menu items") app_probe.assert_menu_item( ["Other", "Full command"],