Update test plugin to reflect interface change

This commit is contained in:
Jean-Paul Calderone 2019-08-19 15:11:13 -04:00
parent 64197f4ba4
commit 6a9f1ac1f1

View File

@ -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):
"""