From 49797acbde5efb2999e54031118f0aad4c8c39b1 Mon Sep 17 00:00:00 2001 From: "jabber.developer2" Date: Thu, 21 May 2026 11:50:11 +0300 Subject: [PATCH] test(receipts): update caps ver hash for send_receipt_request fixture Functional test stbbr fixture used the old Profanity caps verification hash (hAkb1xZdJV9BQpgGNw8zG5Xsals=) for buddy1's simulated presence and the corresponding disco#info reply. The current build computes JNkIRQChhYM8+Co3IypmMtMJnOE= for the same identity+features set, so align the fixture with what the running client now produces. --- tests/functionaltests/test_receipts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functionaltests/test_receipts.c b/tests/functionaltests/test_receipts.c index ffbe1955..12c35a7b 100644 --- a/tests/functionaltests/test_receipts.c +++ b/tests/functionaltests/test_receipts.c @@ -33,7 +33,7 @@ send_receipt_request(void **state) // Register disco#info response for capabilities query (receipts support) stbbr_for_query("http://jabber.org/protocol/disco#info", "" - "" + "" "" "" "" @@ -44,7 +44,7 @@ send_receipt_request(void **state) "" "15" "My status" - "" + "" "" );