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");