mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Update test to reflect change in reply() method that removes the from attribute.
This commit is contained in:
parent
2b6454786a
commit
aad185fe29
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class TestStreamTester(SleekTest):
|
||||||
""")
|
""")
|
||||||
|
|
||||||
self.streamSendMessage("""
|
self.streamSendMessage("""
|
||||||
<message to="user@localhost" from="tester@localhost">
|
<message to="user@localhost">
|
||||||
<body>Thanks for sending: Hi!</body>
|
<body>Thanks for sending: Hi!</body>
|
||||||
</message>
|
</message>
|
||||||
""")
|
""")
|
||||||
|
|
Loading…
Reference in a new issue