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 1345511 commit 2c5be0bCopy full SHA for 2c5be0b
tests/integration/test_docker_image.py
@@ -39,7 +39,7 @@ def _convert_to_simcore_labels(image_labels: Dict) -> Dict:
39
# FIXTURES
40
@pytest.fixture
41
def osparc_service_labels_jsonschema(tmp_path) -> Dict:
42
- url = "https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/master/api/specs/common/schemas/node-meta-v0.0.1.json"
+ url = "https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/master/api/specs/director/schemas/node-meta-v0.0.1.json"
43
file_name = tmp_path / "service_label.json"
44
_download_url(url, file_name)
45
with file_name.open() as fp:
0 commit comments