1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rest/client/test_room_access_rules.py b/tests/rest/client/test_room_access_rules.py
index 8da56c29dd..ab76e0f25a 100644
--- a/tests/rest/client/test_room_access_rules.py
+++ b/tests/rest/client/test_room_access_rules.py
@@ -586,6 +586,7 @@ class RoomAccessTestCase(unittest.HomeserverTestCase):
body=topic_content,
tok=self.tok,
expect_code=403,
+ )
def test_revoke_3pid_invite_direct(self):
"""Tests that revoking a 3PID invite doesn't cause the room access rules module to
|