From edb250d5f57792f92a1a0247ef72bcfc509203fe Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 27 Aug 2026 15:56:27 +0200 Subject: [PATCH] test(integration): Fix flaky external-service integration test Signed-off-by: Joas Schilling --- .../features/conversation-1/create-external-service.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/features/conversation-1/create-external-service.feature b/tests/integration/features/conversation-1/create-external-service.feature index 0096e79198f..1125acd7526 100644 --- a/tests/integration/features/conversation-1/create-external-service.feature +++ b/tests/integration/features/conversation-1/create-external-service.feature @@ -68,7 +68,7 @@ Feature: conversation-1/create-external-service | owner | participant1 | | objectType | external_call | | objectId | e5f6a7b8-c9d0-1234-efab-234567890123 | - Then user "participant1" is participant of the following rooms (v4) + Then user "participant1" is participant of the following unordered rooms (v4) | id | name | type | participantType | objectType | objectId | | room1 | room1 | 3 | 1 | external_call | d4e5f6a7-b8c9-0123-defa-123456789012 | | room2 | room2 | 3 | 1 | external_call | e5f6a7b8-c9d0-1234-efab-234567890123 |