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