Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-10-25 18:15:36 +0300
committerGitHub <noreply@github.com>2021-10-25 18:15:36 +0300
commit0f40d8c47618c883757d202cdf802a065a611f50 (patch)
tree51f7926049d368d33b00e0cf2d45c34e249299bc /tests
parentd14d61b8ec264c23b2528112869afba3c351768c (diff)
parent6a648a9ae96c5892a1285a96bb5d0f2bba842672 (diff)
Merge pull request #6394 from nextcloud/fix/noid/referenceid-length
accept SHA256 hash sums for reference id as documented
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/chat/reference-id.feature8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/integration/features/chat/reference-id.feature b/tests/integration/features/chat/reference-id.feature
index da137110c..9b3514a5a 100644
--- a/tests/integration/features/chat/reference-id.feature
+++ b/tests/integration/features/chat/reference-id.feature
@@ -28,9 +28,9 @@ Feature: chat/reference-id
Given user "participant1" creates room "group room" (v4)
| roomType | 2 |
| roomName | room |
- When user "participant1" sends message "Message 1" with reference id "1234567890123456789012345678901234567890" to room "group room" with 201
- When user "participant1" sends message "Message 2" with reference id "too long ref is cut off 123456789012345678901234567890" to room "group room" with 201
+ When user "participant1" sends message "Message 1" with reference id "f0a1611b73992b57a8533c7f618bbd145b17ef62238ece5bda548f47c76c02b2" to room "group room" with 201
+ When user "participant1" sends message "Message 2" with reference id "too long ref is cut off f0a1611b73992b57a8533c7f618bbd145b17ef62238ece5bda548f47c76c02b2" to room "group room" with 201
Then user "participant1" sees the following messages in room "group room" with 200
| room | actorType | actorId | actorDisplayName | message | messageParameters | referenceId |
- | group room | users | participant1 | participant1-displayname | Message 2 | [] | too long ref is cut off 1234567890123456 |
- | group room | users | participant1 | participant1-displayname | Message 1 | [] | 1234567890123456789012345678901234567890 |
+ | group room | users | participant1 | participant1-displayname | Message 2 | [] | too long ref is cut off f0a1611b73992b57a8533c7f618bbd145b17ef62 |
+ | group room | users | participant1 | participant1-displayname | Message 1 | [] | f0a1611b73992b57a8533c7f618bbd145b17ef62238ece5bda548f47c76c02b2 |