diff options
Diffstat (limited to 'tests/test_stream_xep_0030.py')
-rw-r--r-- | tests/test_stream_xep_0030.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_stream_xep_0030.py b/tests/test_stream_xep_0030.py index f85dfaea..de0bd414 100644 --- a/tests/test_stream_xep_0030.py +++ b/tests/test_stream_xep_0030.py @@ -75,7 +75,7 @@ class TestStreamDisco(SlixTest): self.xmpp['xep_0030'].static.add_node(node='testing') self.recv(""" - <iq to="tester@localhost" type="get" id="test"> + <iq to="tester@localhost/resource" type="get" id="test"> <query xmlns="http://jabber.org/protocol/disco#info" node="testing" /> </iq> @@ -101,7 +101,7 @@ class TestStreamDisco(SlixTest): self.xmpp['xep_0030'].static.add_node(node='testing') self.recv(""" - <iq to="tester@localhost" type="get" id="test"> + <iq to="tester@localhost/resource" type="get" id="test"> <query xmlns="http://jabber.org/protocol/disco#items" node="testing" /> </iq> |