From c9fc353b601c233e5c277e0d3f9a9fa3e35258b6 Mon Sep 17 00:00:00 2001 From: missytake Date: Sat, 30 Jul 2022 20:03:22 +0200 Subject: [PATCH] actually, since AEAP it's fine if the addr changes --- python/tests/test_3_offline.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python/tests/test_3_offline.py b/python/tests/test_3_offline.py index 1f4103af3..fa1b95114 100644 --- a/python/tests/test_3_offline.py +++ b/python/tests/test_3_offline.py @@ -497,12 +497,6 @@ class TestOfflineChat: contact = msg.get_sender_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): backupdir = tmpdir.mkdir("backup") ac1 = acfactory.get_pseudo_configured_account()