Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2022-10-06 17:55:49 +0300
committerwurstsalat <mailtrash@posteo.de>2022-10-06 17:55:49 +0300
commit37dca1cb6eb5d5dd9f693c7cd93ac3f278d33103 (patch)
tree5ae086de015f2b1a2caaded64eb7d809fb663021 /test
parentc8b014a408585a7d8b1e321948ed98e223777a15 (diff)
refactor: Remove usage of app.connections in tests
Diffstat (limited to 'test')
-rw-r--r--test/no_gui/test_nick_completion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/no_gui/test_nick_completion.py b/test/no_gui/test_nick_completion.py
index 05cabf604..aa2dfa253 100644
--- a/test/no_gui/test_nick_completion.py
+++ b/test/no_gui/test_nick_completion.py
@@ -24,7 +24,7 @@ class Test(unittest.TestCase):
participant.name = name
participants.append(participant)
- app.connections = MagicMock()
+ app.get_client = MagicMock()
app.storage.archive = MagicMock()
app.storage.archive.get_recent_muc_nicks = MagicMock(