Skip to content
Snippets Groups Projects

Initialize fake WorkerVersion with non-empty configuration

Merged Eva Bardou requested to merge patch-fake-worker-version into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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}")
Loading