diff --git a/tests/msc2716_test.go b/tests/msc2716_test.go index a8d1dee4..010dd8a5 100644 --- a/tests/msc2716_test.go +++ b/tests/msc2716_test.go @@ -320,10 +320,7 @@ func TestImportHistoricalMessages(t *testing.T) { createJoinStateEventsForBatchSendRequest([]string{virtualUserID}, insertTime), createMessageEventsForBatchSendRequest([]string{virtualUserID}, insertTime, 1), // Status - // TODO: Seems like this makes more sense as a 404 - // But the current Synapse code around unknown prev events will throw -> - // `403: No create event in auth events` - 403, + 400, ) })