From 00ec2e1b895797d7e792958deb57a5bbcf3bf038 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 9 Nov 2019 11:06:19 +0000 Subject: [PATCH] Extra test string --- tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests.py b/tests.py index caf16fc2..be6251a7 100644 --- a/tests.py +++ b/tests.py @@ -391,7 +391,7 @@ def testPostMessageBetweenServers(): sendPost(__version__, \ sessionAlice,aliceDir,'alice', aliceDomain, alicePort, \ 'bob', bobDomain, bobPort, ccUrl, httpPrefix, \ - 'Why is a mouse when it spins? यह एक परीक्षण है #sillyquestion', followersOnly, \ + 'Why is a mouse when it spins? Crème brûlée यह एक परीक्षण है #sillyquestion', followersOnly, \ saveToFile, clientToServer,attachedImageFilename,mediaType, \ attachedImageDescription,useBlurhash, federationList, \ aliceSendThreads, alicePostLog, aliceCachedWebfingers, \ @@ -432,6 +432,7 @@ def testPostMessageBetweenServers(): assert receivedJson assert 'Why is a mouse when it spins?' in receivedJson['object']['content'] assert 'यह एक परीक्षण है' in receivedJson['object']['content'] + assert 'Crème brûlée' in receivedJson['object']['content'] print('\n\n*******************************************************') print("Bob likes Alice's post")