mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
actually, since AEAP it's fine if the addr changes
This commit is contained in:
@@ -497,12 +497,6 @@ class TestOfflineChat:
|
|||||||
contact = msg.get_sender_contact()
|
contact = msg.get_sender_contact()
|
||||||
assert contact == ac1.get_self_contact()
|
assert contact == ac1.get_self_contact()
|
||||||
|
|
||||||
def test_set_config_after_configure_is_forbidden(self, ac1):
|
|
||||||
assert ac1.get_config("mail_pw")
|
|
||||||
assert ac1.is_configured()
|
|
||||||
with pytest.raises(ValueError):
|
|
||||||
ac1.set_config("addr", "123@example.org")
|
|
||||||
|
|
||||||
def test_import_export_on_unencrypted_acct(self, acfactory, tmpdir):
|
def test_import_export_on_unencrypted_acct(self, acfactory, tmpdir):
|
||||||
backupdir = tmpdir.mkdir("backup")
|
backupdir = tmpdir.mkdir("backup")
|
||||||
ac1 = acfactory.get_pseudo_configured_account()
|
ac1 = acfactory.get_pseudo_configured_account()
|
||||||
|
|||||||
Reference in New Issue
Block a user