diff options
author | louiz’ <louiz@louiz.org> | 2019-09-18 12:26:38 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2019-09-18 12:26:38 +0200 |
commit | 55e53852d7f6a972e8cbef97ad7a9881f0b2f319 (patch) | |
tree | 39ab6e287de3eec2f4d34e10e22b0dae1310a85d /tests | |
parent | cd5f7f5cd1c9ee1d6b0654ca0eae36ce10dbc341 (diff) | |
download | biboumi-55e53852d7f6a972e8cbef97ad7a9881f0b2f319.tar.gz biboumi-55e53852d7f6a972e8cbef97ad7a9881f0b2f319.tar.bz2 biboumi-55e53852d7f6a972e8cbef97ad7a9881f0b2f319.tar.xz biboumi-55e53852d7f6a972e8cbef97ad7a9881f0b2f319.zip |
Update the e2e test to work with latest slixmpp
Diffstat (limited to 'tests')
-rw-r--r-- | tests/end_to_end/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end_to_end/__main__.py b/tests/end_to_end/__main__.py index bb59fd7..182b5e8 100644 --- a/tests/end_to_end/__main__.py +++ b/tests/end_to_end/__main__.py @@ -54,7 +54,7 @@ class XMPPComponent(slixmpp.BaseXMPP): self.stream_header = '<stream:stream %s %s from="%s" id="%s">' % ( 'xmlns="jabber:component:accept"', 'xmlns:stream="%s"' % self.stream_ns, - self.boundjid, self.get_id()) + self.boundjid, self.new_id()) self.stream_footer = "</stream:stream>" self.register_handler(slixmpp.Callback('Match All', |