Skip to content

Commit 814c191

Browse files
committed
fix import error
1 parent 31c3615 commit 814c191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rest/client/test_media.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from twisted.internet.address import IPv4Address, IPv6Address
3030
from twisted.internet.error import DNSLookupError
3131
from twisted.internet.interfaces import IAddress, IResolutionReceiver
32-
from twisted.internet.testing import AccumulatingProtocol, MemoryReactor
32+
from twisted.test.proto_helpers import AccumulatingProtocol, MemoryReactor
3333
from twisted.web.resource import Resource
3434

3535
from synapse.config.oembed import OEmbedEndpointConfig

0 commit comments

Comments
 (0)