Skip to content

Commit c3cf9e8

Browse files
committed
fix: Adjust test to old federation setup
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 9285f19 commit c3cf9e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/integration/features/federation/call.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,11 +321,11 @@ Feature: federation/call
321321
Given user "participant1" creates room "room" (v4)
322322
| roomType | 2 |
323323
| roomName | room |
324-
And user "participant1" adds federated_user "participant2" to room "room" with 200 (v4)
324+
And user "participant1" adds federated_user "participant2@REMOTE" to room "room" with 200 (v4)
325325
And using server "REMOTE"
326326
And user "participant2" has the following invitations (v1)
327-
| remoteServerUrl | remoteToken | state | inviterCloudId | inviterDisplayName |
328-
| LOCAL | room | 0 | participant1@LOCAL | participant1-displayname |
327+
| remoteServerUrl | remoteToken | state | inviterCloudId | inviterDisplayName |
328+
| LOCAL | room | 0 | participant1@http://localhost:8080 | participant1-displayname |
329329
And user "participant2" accepts invite to room "room" of server "LOCAL" with 200 (v1)
330330
| id | name | type | remoteServer | remoteToken |
331331
| LOCAL::room | room | 2 | LOCAL | room |

0 commit comments

Comments
 (0)