summary refs log tree commit diff
path: root/tests/push/test_email.py
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-28 06:49:38 +0200
committerRory& <root@rory.gay>2025-06-28 06:49:38 +0200
commitced60bd42ce89fa5669215d6432f482b60fd6362 (patch)
treeea9c5b792d2e0bfc6a2b0f5cfcabb33e1b5736d8 /tests/push/test_email.py
parentRemoved deprecated TCP replication error (diff)
downloadsynapse-ced60bd42ce89fa5669215d6432f482b60fd6362.tar.xz
Drop unsubscribe as its tied to email
Diffstat (limited to 'tests/push/test_email.py')
-rw-r--r--tests/push/test_email.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/push/test_email.py b/tests/push/test_email.py

index 9c9c97901a..66ee6ca20f 100644 --- a/tests/push/test_email.py +++ b/tests/push/test_email.py
@@ -32,7 +32,6 @@ from twisted.test.proto_helpers import MemoryReactor import synapse.rest.admin from synapse.api.errors import Codes, SynapseError from synapse.rest.client import login, room -from synapse.rest.synapse.client.unsubscribe import UnsubscribeResource from synapse.server import HomeServer from synapse.util import Clock