about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_connect.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-05-03 10:46:41 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-05-03 10:46:41 +0200
commita28f0d9e740f8309b3792e3ebc4537ec8001af35 (patch)
tree1198a4dd7724ff99b2b0a808582902ed60f44f65 /tests/functionaltests/test_connect.c
parentebbacec667afd6cbdb1ff6494b0cac56e8a6e913 (diff)
downloadprofani-tty-a28f0d9e740f8309b3792e3ebc4537ec8001af35.tar.gz
Update tests with new URL
https://github.com/profanity-im/profanity/issues/1085
Diffstat (limited to 'tests/functionaltests/test_connect.c')
-rw-r--r--tests/functionaltests/test_connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functionaltests/test_connect.c b/tests/functionaltests/test_connect.c
index 08d60412..e7dae21e 100644
--- a/tests/functionaltests/test_connect.c
+++ b/tests/functionaltests/test_connect.c
@@ -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>"
     ));
 }