mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
test: set configuration after configure() finishes
This allows to overwrite settings changed when XCHATMAIL capability is detected.
This commit is contained in:
@@ -508,8 +508,8 @@ def test_reactions_for_a_reordering_move(acfactory):
|
||||
"""
|
||||
(ac1,) = acfactory.get_online_accounts(1)
|
||||
ac2 = acfactory.new_preconfigured_account()
|
||||
ac2.set_config("mvbox_move", "1")
|
||||
ac2.configure()
|
||||
ac2.set_config("mvbox_move", "1")
|
||||
ac2.bring_online()
|
||||
chat1 = acfactory.get_accepted_chat(ac1, ac2)
|
||||
ac2.stop_io()
|
||||
|
||||
Reference in New Issue
Block a user