1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00

GooglePhotos: Remove unnecessary method parameter

This commit is contained in:
Marc Bonnici 2017-11-27 09:44:15 +00:00 committed by setrofim
parent b42a6a67af
commit 07aa56f3bd

View File

@ -70,7 +70,7 @@ class Googlephotos(ApkUiautoWorkload):
if os.path.splitext(image.lower())[1] not in ['.jpg', '.jpeg', '.png']:
raise ValidationError('{} must be a JPEG or PNG file'.format(image))
def deploy_assets(self, context, directory=None):
def deploy_assets(self, context):
super(Googlephotos, self).deploy_assets(context)
# Create a subfolder for each test_image named ``wa-[1-4]``
# Move each image into its subfolder