diff --git a/juju/application.py b/juju/application.py index 73813d36..779bffe9 100644 --- a/juju/application.py +++ b/juju/application.py @@ -760,13 +760,11 @@ async def refresh( res_name = resource.get('Name', resource.get('name')) request_data.append(client.CharmResource( description=resource.get('Description', resource.get('description')), - fingerprint=resource.get('Fingerprint', resource.get('fingerprint', [])), name=res_name, path=_arg_res_filenames.get(res_name, resource.get('Path', resource.get('filename', ''))), revision=_arg_res_revisions.get(res_name, -1), - size=resource.get('Size', resource.get('size', 0)), type_=resource.get('Type', resource.get('type')), origin='store', ))