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(); }