test: set configuration after configure() finishes

This allows to overwrite settings changed
when XCHATMAIL capability is detected.
This commit is contained in:
link2xt
2024-05-15 00:21:59 +00:00
parent 30086038e6
commit 7cfab9a931
2 changed files with 5 additions and 1 deletions

View File

@@ -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()