mod_mam: Remove obsolete queryid attribute from tests
authorKim Alvefur <zash@zash.se>
Fri, 29 Jan 2021 17:08:16 +0100
changeset 11342 2d5cdb010c65
parent 11341 f89c8e6beaa6
child 11343 25260c20c5a4
mod_mam: Remove obsolete queryid attribute from tests
spec/scansion/mam_extended.scs
--- a/spec/scansion/mam_extended.scs	Fri Jan 29 17:01:05 2021 +0100
+++ b/spec/scansion/mam_extended.scs	Fri Jan 29 17:08:16 2021 +0100
@@ -82,7 +82,7 @@
 # FIXME unstable tag order from util.rsm
 Romeo receives:
 	<iq type="result" id="mamquery1" to="${Romeo's full JID}">
-		<fin xmlns="urn:xmpp:mam:2" complete="true" queryid="q1" scansion:strict="false">
+		<fin xmlns="urn:xmpp:mam:2" complete="true" scansion:strict="false">
 		</fin>
 	</iq>
 
@@ -121,6 +121,6 @@
 # FIXME unstable tag order from util.rsm
 Romeo receives:
 	<iq type="result" id="mamquery2" to="${Romeo's full JID}">
-		<fin xmlns="urn:xmpp:mam:2" complete="true" queryid="q1" scansion:strict="false">
+		<fin xmlns="urn:xmpp:mam:2" complete="true" scansion:strict="false">
 		</fin>
 	</iq>