summaryrefslogtreecommitdiffstats
path: root/tests/integration
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-02-23 15:47:59 +0100
committerJoas Schilling <coding@schilljs.com>2024-02-23 15:47:59 +0100
commit6c2f9a18c9ab49deee3aafb63ea410051ab763c9 (patch)
tree1e7bbf42d53feddc4c4680164d428e21b446e4b9 /tests/integration
parent1c957e21deae715962d77b08b3b49e0a97a77771 (diff)
fix(tests): Fix invitation integration test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/features/federation/invite.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/features/federation/invite.feature b/tests/integration/features/federation/invite.feature
index dd01b72dc..b079991c3 100644
--- a/tests/integration/features/federation/invite.feature
+++ b/tests/integration/features/federation/invite.feature
@@ -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