aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-01-29 17:08:16 +0100
committerKim Alvefur <zash@zash.se>2021-01-29 17:08:16 +0100
commit25fda80b7bad98b354992d546e5a5a13a4ee3c48 (patch)
tree406c33c7093404e6ce0123d561fbdfbb138087fb
parentce457ad64525b2d97949dd2cb6b46e2099c579ee (diff)
downloadprosody-25fda80b7bad98b354992d546e5a5a13a4ee3c48.tar.gz
prosody-25fda80b7bad98b354992d546e5a5a13a4ee3c48.zip
mod_mam: Remove obsolete queryid attribute from tests
-rw-r--r--spec/scansion/mam_extended.scs4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/scansion/mam_extended.scs b/spec/scansion/mam_extended.scs
index faab2f88..2c6840df 100644
--- a/spec/scansion/mam_extended.scs
+++ b/spec/scansion/mam_extended.scs
@@ -82,7 +82,7 @@ Romeo receives:
# 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 @@ Romeo receives:
# 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>