From 35f1902cbca6e45be91cb0f1b657cf6851441b64 Mon Sep 17 00:00:00 2001 From: "jabber.developer2" Date: Thu, 29 Jan 2026 14:56:38 +0300 Subject: [PATCH] test: add intentional functional test failure to verify CI detection --- tests/functionaltests/test_ping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functionaltests/test_ping.c b/tests/functionaltests/test_ping.c index 183dda93..b447a6a1 100644 --- a/tests/functionaltests/test_ping.c +++ b/tests/functionaltests/test_ping.c @@ -47,7 +47,7 @@ ping_server(void **state) prof_input("/ping"); prof_timeout(10); - assert_true(prof_output_regex("Pinged server")); + assert_true(prof_output_regex("INTENTIONAL FAILURE")); prof_timeout_reset(); }