Skip to content
Snippets Groups Projects
Commit 7363f62d authored by Eva Bardou's avatar Eva Bardou
Browse files

Initialize fake WorkerVersion with non-empty configuration

parent bc9bb877
No related branches found
No related tags found
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