Rename fetch_existing to fetch_existing_msgs, add comment (#2042)

This commit is contained in:
Hocuri
2020-10-24 12:10:36 +02:00
committed by GitHub
parent ef245b5759
commit 34af492afb
6 changed files with 11 additions and 7 deletions

View File

@@ -2021,7 +2021,7 @@ class TestOnlineAccount:
assert ac1.direct_imap.idle_wait_for_seen()
ac1_clone = acfactory.clone_online_account(ac1)
ac1_clone.set_config("fetch_existing", "1")
ac1_clone.set_config("fetch_existing_msgs", "1")
ac1_clone._configtracker.wait_finish()
ac1_clone.start_io()