From 8c0bc9080cc2153c2f420a06e45d44a24f7ed3b7 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 24 Apr 2022 00:20:41 +0000 Subject: [PATCH] Create "Junk" folder in test_dont_show_emails() This folder may not exist on the test server. --- python/tests/test_account.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tests/test_account.py b/python/tests/test_account.py index a152970a9..f63c1332f 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -1435,6 +1435,7 @@ class TestOnlineAccount: ac1.direct_imap.create_folder("Drafts") ac1.direct_imap.create_folder("Sent") ac1.direct_imap.create_folder("Spam") + ac1.direct_imap.create_folder("Junk") acfactory.wait_configure_and_start_io() # Wait until each folder was selected once and we are IDLEing again: