We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493e117 commit e8ae30eCopy full SHA for e8ae30e
tests/test_application.py
@@ -1242,8 +1242,8 @@ def reset_nib(_):
1242
# Finally test startup with auto forming
1243
await app.startup(auto_form=True)
1244
1245
- # We should receive no warnings or errors
1246
- assert not caplog.records
+ # We should receive no application warnings or errors
+ assert not [r for r in caplog.records if "Task was destroyed" not in r.getMessage()]
1247
1248
if channel in (25, None):
1249
assert app.update_network.call_count == 1
0 commit comments