summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-01-16 11:33:31 -0300
committerVitor Mattos <vitor@php.rio>2023-01-16 11:33:31 -0300
commitebd5340e895ae41bf8f4c7f9be15392cebe997c5 (patch)
treec9af5319ef0302cdc1852e0b7723230cf26c7ed8 /tests
parentf44a9f7662dbdcb2b0dddd2a18566378e897e7e8 (diff)
Fix room name and integration test
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/callapi/recording.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/features/callapi/recording.feature b/tests/integration/features/callapi/recording.feature
index a3ed415a5..1774cbb42 100644
--- a/tests/integration/features/callapi/recording.feature
+++ b/tests/integration/features/callapi/recording.feature
@@ -124,5 +124,5 @@ Feature: callapi/recording
And user "participant1" joins room "room1" with 200 (v4)
Then user "participant1" store recording file "/img/join_call.ogg" in room "room1" with 200 (v1)
And user "participant1" has the following notifications
- | app | object_type | object_id | subject |
- | spreed | chat | room1 | Record file of Private conversation |
+ | app | object_type | object_id | subject |
+ | spreed | chat | room1 | Recording for the call in room1 was uploaded. |