Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 0498ed2

Browse files
authored
Update create_resources_and_upload_app_local.py
1 parent 86fe14a commit 0498ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/create_resources_and_upload_app_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def create_representation():
7272
"description": "This is the docker representation for the DataProcessingApp",
7373
"language": "EN",
7474
"runtimeEnvironment": "docker",
75-
"distributionService": "https://app.registry.example.org"
75+
"distributionService": "https://localhost:8080"
7676
}
7777
loc = post_request_check_response(f"{combined_host}/api/representations", json)
7878
return loc

0 commit comments

Comments
 (0)