1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-21 18:24:14 -04:00

Change server name in functional tests

This commit is contained in:
James Booth 2017-06-15 23:30:39 +01:00
parent 6511d61b13
commit 970ab94ed3

View File

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