diff options
Diffstat (limited to 'tests/test_stanza_xep_0047.py')
-rw-r--r-- | tests/test_stanza_xep_0047.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stanza_xep_0047.py b/tests/test_stanza_xep_0047.py index dffa7561..12283136 100644 --- a/tests/test_stanza_xep_0047.py +++ b/tests/test_stanza_xep_0047.py @@ -86,7 +86,7 @@ class TestIBB(SlixTest): self.check(iq, """ <iq type="set"> - <data xmlns="http://jabber.org/protocol/ibb" seq="0">c2xlZWt4bXBw</data> + <data xmlns="http://jabber.org/protocol/ibb" seq="0">c2xpeG1wcA==</data> </iq> """) |