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/lib
diff options
context:
space:
mode:
authorYann Leboulanger <yann@leboulanger.org>2017-06-14 21:25:06 +0300
committerYann Leboulanger <yann@leboulanger.org>2017-06-14 21:25:06 +0300
commit0d3ce37b2756876326431d83b4d322f9c3838980 (patch)
treed3cf1de09187a2208ea2fe5af7628363d60fc47b /test/lib
parent388acfca5a672a004e205d2c8083ab55bb835a12 (diff)
fix a test. Fixes #8660
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/gajim_mocks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/gajim_mocks.py b/test/lib/gajim_mocks.py
index 30977538e..1d1cb3bd6 100644
--- a/test/lib/gajim_mocks.py
+++ b/test/lib/gajim_mocks.py
@@ -24,6 +24,7 @@ class MockConnection(Mock, ConnectionHandlers):
self.blocked_groups = {}
self.sessions = {}
self.nested_group_delimiter = '::'
+ self.server_resource = 'Gajim'
gajim.interface.instances[account] = {'infos': {}, 'disco': {},
'gc_config': {}, 'search': {}, 'sub_request': {}}