updated to make sure that tests still run correctly
This commit is contained in:
parent
ea3366be35
commit
56ff66394d
@ -152,7 +152,7 @@ class Image(BaseObject):
|
|||||||
response_object['registryId'] = self.registry_id
|
response_object['registryId'] = self.registry_id
|
||||||
response_object['imageSizeInBytes'] = self.image_size_in_bytes
|
response_object['imageSizeInBytes'] = self.image_size_in_bytes
|
||||||
response_object['imagePushedAt'] = '2017-05-09'
|
response_object['imagePushedAt'] = '2017-05-09'
|
||||||
return {k: v for k, v in response_object.items() if v is not None and v != [None]}
|
return {k: v for k, v in response_object.items() if v is not None and v != []}
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def response_batch_get_image(self):
|
def response_batch_get_image(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user