Skip to content

Commit

Permalink
fix(tests): Fix invitation integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Feb 23, 2024
1 parent 1c957e2 commit 6c2f9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/features/federation/invite.feature
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Feature: federation/invite
And user "federation/participant2" sends message "Message 1" to room "room" with 201
Then user "participant1" sees the following messages in room "room" with 200
| room | actorType | actorId | actorDisplayName | message | messageParameters | parentMessage |
| room |federated_users | participant2@http://localhost:8180 | participant2@http://localhost:8180 | Message 1 | [] | |
| room |federated_users | participant2@http://localhost:8180 | participant2@localhost:8180 | Message 1 | [] | |

Scenario: Federate conversation meta data
Given the following "spreed" app config is set
Expand Down

0 comments on commit 6c2f9a1

Please sign in to comment.