Skip to content
Snippets Groups Projects
Commit 6f430e7c authored by Yoann Schneider's avatar Yoann Schneider :tennis: Committed by Bastien Abadie
Browse files

Set schema_url and worker_run_id

parent 8832bcb9
No related branches found
No related tags found
1 merge request!189Set schema_url and worker_run_id
Pipeline #79408 passed
......@@ -16,5 +16,9 @@ def setup_environment(responses):
)
responses.add_passthru(schema_url)
# Set schema url in environment
os.environ["ARKINDEX_API_SCHEMA_URL"] = schema_url
# Setup a fake worker version ID
os.environ["WORKER_VERSION_ID"] = "1234-{{ cookiecutter.slug }}"
# Setup a fake worker run ID
os.environ["ARKINDEX_WORKER_RUN_ID"] = "1234-{{ cookiecutter.slug }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment