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 b5e4cc0 commit b137e7bCopy full SHA for b137e7b
tests/integration/test_docker_image.py
@@ -46,6 +46,8 @@ def osparc_service_labels_jsonschema(tmp_path) -> Dict:
46
_download_url(url, file_name)
47
with file_name.open() as fp:
48
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
51
json_schema["properties"]["icon"] = deepcopy(json_schema["properties"]["thumbnail"])
52
return json_schema
53
0 commit comments