Skip to content

Commit b137e7b

Browse files
author
Andrei Neagu
committed
add comment for change
1 parent b5e4cc0 commit b137e7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/test_docker_image.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ def osparc_service_labels_jsonschema(tmp_path) -> Dict:
4646
_download_url(url, file_name)
4747
with file_name.open() as fp:
4848
json_schema = json.load(fp)
49+
# artifically add to legacy scheme new icon field which is optional
50+
# NOTE: a prpoer fix is to migrate this repository to using ooil
4951
json_schema["properties"]["icon"] = deepcopy(json_schema["properties"]["thumbnail"])
5052
return json_schema
5153

0 commit comments

Comments
 (0)