We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32a69e commit 1402160Copy full SHA for 1402160
Tests/iaas/scs_0102_image_metadata/image_metadata.py
@@ -227,7 +227,7 @@ def compute_scs_0102_prop_image_source(images):
227
img
228
for img in images
229
if img.properties.get('image_source') != 'private'
230
- if not is_url(img.properties.get('image_source'))
+ if not is_url(img.properties.get('image_source', ''))
231
]
232
_log_error('property image_source INVALID (url or "private")', offenders)
233
return not offenders
0 commit comments