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 3293bc2 commit 5575e2cCopy full SHA for 5575e2c
deltachat-rpc-client/tests/test_something.py
@@ -472,14 +472,15 @@ def track(e):
472
473
474
def test_wait_next_messages(acfactory) -> None:
475
- alice = acfactory.new_configured_account()
+ alice = acfactory.get_online_account()
476
477
# Create a bot account so it does not receive device messages in the beginning.
478
addr, password = acfactory.get_credentials()
479
bot = acfactory.get_unconfigured_account()
480
bot.set_config("bot", "1")
481
bot.add_or_update_transport({"addr": addr, "password": password})
482
assert bot.is_configured()
483
+ bot.bring_online()
484
485
# There are no old messages and the call returns immediately.
486
assert not bot.wait_next_messages()
0 commit comments