1
0

Remove stray @DEBUG

This commit is contained in:
Olivier 'reivilibre
2025-08-06 16:07:07 +01:00
parent 6514381b02
commit 4e947d05ab

View File

@@ -22,7 +22,7 @@
from synapse.api.constants import EduTypes
from tests import unittest
from tests.unittest import DEBUG, override_config
from tests.unittest import override_config
class RoomDirectoryFederationTests(unittest.FederatingHomeserverTestCase):
@@ -48,7 +48,6 @@ class RoomDirectoryFederationTests(unittest.FederatingHomeserverTestCase):
)
self.assertEqual(200, channel.code)
@DEBUG
def test_edu_debugging_doesnt_explode(self) -> None:
"""Sanity check incoming federation succeeds with `synapse.debug_8631` enabled.