about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_receipts.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_receipts.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_receipts.c')
-rw-r--r--tests/functionaltests/test_receipts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functionaltests/test_receipts.c b/tests/functionaltests/test_receipts.c
index 59333a87..59054ee8 100644
--- a/tests/functionaltests/test_receipts.c
+++ b/tests/functionaltests/test_receipts.c
@@ -36,7 +36,7 @@ send_receipt_request(void **state)
 
     stbbr_for_id("prof_caps_4",
         "<iq from='buddy1@localhost/laptop' to='stabber@localhost' id='prof_caps_4' type='result'>"
-            "<query xmlns='http://jabber.org/protocol/disco#info' node='http://www.profanity.im#hAkb1xZdJV9BQpgGNw8zG5Xsals='>"
+            "<query xmlns='http://jabber.org/protocol/disco#info' node='http://profanity-im.github.io#hAkb1xZdJV9BQpgGNw8zG5Xsals='>"
                 "<identity category='client' name='Profanity 0.5.0' type='console'/>"
                 "<feature var='urn:xmpp:receipts'/>"
             "</query>"
@@ -47,7 +47,7 @@ send_receipt_request(void **state)
         "<presence to='stabber@localhost' from='buddy1@localhost/laptop'>"
             "<priority>15</priority>"
             "<status>My status</status>"
-            "<c hash='sha-256' xmlns='http://jabber.org/protocol/caps' node='http://www.profanity.im' ver='hAkb1xZdJV9BQpgGNw8zG5Xsals='/>"
+            "<c hash='sha-256' xmlns='http://jabber.org/protocol/caps' node='http://profanity-im.github.io' ver='hAkb1xZdJV9BQpgGNw8zG5Xsals='/>"
         "</presence>"
     );