Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions services/brig/test/integration/API/Provider.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1750,6 +1750,8 @@ svcAssertConvAccessUpdate buf usr upd cnv = liftIO $ do
evt <- timeout (5 # Second) $ readChan buf
case evt of
Just (TestBotMessage e) -> do
-- FUTUREWORK: Sometimes the assertion on the event type fails, but not
-- always. See https://wearezeta.atlassian.net/browse/BE-522.
assertEqual "event type" ConvAccessUpdate (evtType e)
assertEqual "conv" cnv (evtConv e)
assertEqual "user" usr (evtFrom e)
Expand Down