about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_muc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functionaltests/test_muc.c')
-rw-r--r--tests/functionaltests/test_muc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functionaltests/test_muc.c b/tests/functionaltests/test_muc.c
index 47cbd84e..c0c4aaee 100644
--- a/tests/functionaltests/test_muc.c
+++ b/tests/functionaltests/test_muc.c
@@ -250,5 +250,5 @@ shows_message_in_console_when_window_not_focussed(void **state)
         "</message>"
     );
 
-    assert_true(prof_output_exact("<< incoming from testoccupant in testroom@conference.localhost (win 2)"));
+    assert_true(prof_output_exact("<< room message: testoccupant in testroom@conference.localhost (win 2)"));
 }