mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
Update test plugin to reflect interface change
This commit is contained in:
parent
64197f4ba4
commit
6a9f1ac1f1
@ -66,7 +66,11 @@ class DummyStorage(object):
|
||||
)
|
||||
|
||||
def get_storage_client(self, configuration, announcement, get_rref):
|
||||
return DummyStorageClient(get_rref, configuration, announcement)
|
||||
return DummyStorageClient(
|
||||
get_rref,
|
||||
dict(configuration.items(self._client_section_name, [])),
|
||||
announcement,
|
||||
)
|
||||
|
||||
def get_client_resource(self, configuration):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user