diff options
-rw-r--r-- | tests/functionaltests/test_ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functionaltests/test_ping.c b/tests/functionaltests/test_ping.c index 99b0c7ce..b072645d 100644 --- a/tests/functionaltests/test_ping.c +++ b/tests/functionaltests/test_ping.c @@ -55,7 +55,7 @@ ping_not_supported(void **state) stbbr_for_id("prof_disco_info_onconnect_2", "<iq id='prof_disco_info_onconnect_2' to='stabber@localhost/profanity' type='result' from='localhost'>" "<query xmlns='http://jabber.org/protocol/disco#info'>" - "<identity category='server' type='im' name='Prosody'/>" + "<identity category='server' type='im' name='Stabber'/>" "</query>" "</iq>" ); |