Update tests with new URL

https://github.com/profanity-im/profanity/issues/1085
This commit is contained in:
Michael Vetter
2019-05-03 10:46:41 +02:00
parent ebbacec667
commit a28f0d9e74
7 changed files with 40 additions and 40 deletions

View File

@@ -28,7 +28,7 @@ connect_jid_sends_presence_after_receiving_roster(void **state)
assert_true(stbbr_received(
"<presence id='*'>"
"<c hash='sha-1' xmlns='http://jabber.org/protocol/caps' ver='*' node='http://www.profanity.im'/>"
"<c hash='sha-1' xmlns='http://jabber.org/protocol/caps' ver='*' node='http://profanity-im.github.io'/>"
"</presence>"
));
}