From a22a6d360fd7d3b3897da9528f2fe6333689def8 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Fri, 29 Oct 2021 12:06:38 +0100 Subject: [PATCH] Add 'Federation publicRoom Name/topic keys are correct' to the sytest whitelist (#2029) Sytest had two tests with the name `Name/topic keys are correct`. https://github.com/matrix-org/sytest/pull/1098 edited one so that the names were unique. It seems that this test name was in the dendrite Sytest whitelist. This PR adds the additional, new name to the whitelist as well. Time to see if CI passes! --- sytest-whitelist | 1 + 1 file changed, 1 insertion(+) diff --git a/sytest-whitelist b/sytest-whitelist index c9740049..019caac4 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -565,3 +565,4 @@ User can invite remote user to room with version 7 Remote user can backfill in a room with version 7 Can reject invites over federation for rooms with version 7 Can receive redactions from regular users over federation in room version 7 +Federation publicRoom Name/topic keys are correct