Skip to content
Snippets Groups Projects
Commit 12e76ce3 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'patch-fake-worker-version' into 'master'

Initialize fake WorkerVersion with non-empty configuration

See merge request !1101
parents bc9bb877 7363f62d
No related branches found
Tags 1.6.5
1 merge request!1101Initialize fake WorkerVersion with non-empty configuration
......@@ -63,7 +63,7 @@ class Command(BaseCommand):
version = WorkerVersion.objects.create(
worker=worker,
revision=revision,
configuration="",
configuration={"configuration": {}},
)
logger.info(f"Created a worker version: {version.id}")
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