mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Return the canned handler
This commit is contained in:
parent
b77f43e360
commit
677e62e73e
@ -1172,6 +1172,7 @@ class FakeProvider(object):
|
||||
def get_client_endpoint(self):
|
||||
if self._handler is None:
|
||||
raise Exception("{!r} has no client endpoint.")
|
||||
return self._handler
|
||||
|
||||
|
||||
class _TestCaseMixin(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user