Skip to content

Commit 2c5be0b

Browse files
author
Andrei Neagu
committed
making CI work
1 parent 1345511 commit 2c5be0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_docker_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def _convert_to_simcore_labels(image_labels: Dict) -> Dict:
3939
# FIXTURES
4040
@pytest.fixture
4141
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"
42+
url = "https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/master/api/specs/director/schemas/node-meta-v0.0.1.json"
4343
file_name = tmp_path / "service_label.json"
4444
_download_url(url, file_name)
4545
with file_name.open() as fp:

0 commit comments

Comments
 (0)