From 0ae86dd5dea19e8bdc378ca441f574b522f293c8 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Fri, 25 Feb 2022 01:22:56 -0600 Subject: [PATCH] Synapse throws 400 bad request which makes enough sense here --- tests/msc2716_test.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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, ) })