diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-10-29 12:06:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 12:06:38 +0100 |
commit | a22a6d360fd7d3b3897da9528f2fe6333689def8 (patch) | |
tree | d77190aab6a13d98aa0879be5175c9051e3a6305 | |
parent | 23c20c40c12dea6b5ae99e8d601baad37c46d0a4 (diff) |
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!
-rw-r--r-- | sytest-whitelist | 1 |
1 files changed, 1 insertions, 0 deletions
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 |