mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
GooglePhotos: Remove unnecessary method parameter
This commit is contained in:
parent
b42a6a67af
commit
07aa56f3bd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user