test: set mvbox_move to 0 for test rust accounts

This commit is contained in:
link2xt
2026-02-04 18:09:06 +00:00
committed by biörn
parent 63bf4c4f33
commit 8b0621b724

View File

@@ -567,6 +567,7 @@ impl TestContext {
.unwrap();
ctx.set_config(Config::BccSelf, Some("1")).await.unwrap();
ctx.set_config(Config::SyncMsgs, Some("0")).await.unwrap();
ctx.set_config(Config::MvboxMove, Some("0")).await.unwrap();
Self {
ctx,