summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-01-31 22:13:10 +0100
committerBadlop <badlop@process-one.net>2021-02-01 00:09:10 +0100
commitd3aeed839d7a512442d54aa80bb78327650e1d7b (patch)
tree768f7ffc9e1b0152425069296af5b279c68221d4 /test
parentFix typo in Weblate URL (diff)
Fix MAM tests that now fail due to commit d6e9e0342 (#3506)
Diffstat (limited to 'test')
-rw-r--r--test/mam_tests.erl3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/mam_tests.erl b/test/mam_tests.erl
index 2bad666d..0de38035 100644
--- a/test/mam_tests.erl
+++ b/test/mam_tests.erl
@@ -368,7 +368,6 @@ mucsub_slave(Config) ->
end, lists:seq(1, 5)),
RSM = ?match(#iq{from = MyJIDBare, id = I, type = result,
sub_els = [#mam_fin{xmlns = ?NS_MAM_2,
- id = QID,
rsm = RSM,
complete = true}]}, recv_iq(Config), RSM),
match_rsm_count(RSM, 5),
@@ -488,7 +487,6 @@ recv_fin(Config, I, QueryID, NS, IsComplete) when NS == ?NS_MAM_1; NS == ?NS_MAM
ct:comment("Receiving fin iq for namespace '~s'", [NS]),
#iq{type = result, id = I,
sub_els = [#mam_fin{xmlns = NS,
- id = QueryID,
complete = Complete,
rsm = RSM}]} = recv_iq(Config),
ct:comment("Checking if complete is ~s", [IsComplete]),
@@ -553,7 +551,6 @@ recv_messages_from_room(Config, Range) ->
end, Range),
#iq{from = Room, id = I, type = result,
sub_els = [#mam_fin{xmlns = ?NS_MAM_2,
- id = QID,
rsm = RSM,
complete = true}]} = recv_iq(Config),
match_rsm_count(RSM, length(Range)).