From e0fbe40757fed1afc07a9c08ac9790e2b463c280 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 5 Mar 2026 20:24:16 +0100 Subject: [PATCH] tests: fix functional test send_receipt_on_request --- tests/functionaltests/test_receipts.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/functionaltests/test_receipts.c b/tests/functionaltests/test_receipts.c index 682b6143..a8efe546 100644 --- a/tests/functionaltests/test_receipts.c +++ b/tests/functionaltests/test_receipts.c @@ -29,8 +29,8 @@ send_receipt_request(void** state) prof_connect(); - stbbr_for_id("prof_caps_*", - "" + stbbr_for_id("iq:*", + "" "" "" "" @@ -44,7 +44,7 @@ send_receipt_request(void** state) "" ""); - prof_output_exact("Buddy1 is online, \"My status\""); + assert_true(prof_output_regex("Buddy1 \\(laptop\\) is online, \"My status\"")); prof_input("/msg Buddy1"); prof_input("/resource set laptop");