summaryrefslogtreecommitdiff
path: root/itests
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-04-19 19:53:33 +0200
committermathieui <mathieui@mathieui.net>2021-04-19 19:53:33 +0200
commit0d52344a31d67b9899b551cc1ef551def4b98eea (patch)
tree8a73a267e44469414e5966a521d7458553b1c41d /itests
parent7057773d1878d1b7c2780425d07889d6e5be4082 (diff)
parent768089d45719aecc6a18606b2e9b30d80074a3ac (diff)
downloadslixmpp-0d52344a31d67b9899b551cc1ef551def4b98eea.tar.gz
slixmpp-0d52344a31d67b9899b551cc1ef551def4b98eea.tar.bz2
slixmpp-0d52344a31d67b9899b551cc1ef551def4b98eea.tar.xz
slixmpp-0d52344a31d67b9899b551cc1ef551def4b98eea.zip
Merge branch 'fix-component-handshake' into 'master'
Fix component handshake Closes #3464 See merge request poezio/slixmpp!156
Diffstat (limited to 'itests')
-rw-r--r--itests/test_privatestorage.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/itests/test_privatestorage.py b/itests/test_privatestorage.py
index fd7f3f1b..55fa941b 100644
--- a/itests/test_privatestorage.py
+++ b/itests/test_privatestorage.py
@@ -22,7 +22,8 @@ class TestPrivateStorage(SlixIntegration):
el,
)
result = await self.clients[0]['xep_0049'].retrieve('bookmarks')
- self.assertEqual(str(result['private']['bookmarks']), str(el))
+
+ self.assertEqual(result['private']['bookmarks'], el)
# Purge bookmarks
await self.clients[0]['xep_0049'].store(