Skip to content
Snippets Groups Projects
Commit 13073e40 authored by Theo Lesage's avatar Theo Lesage
Browse files

Move a comment to improve readability.

parent 49e861b5
No related branches found
No related tags found
1 merge request!2270Remove thumbnail generation from process
This commit is part of merge request !2270. Comments created here will be created in the context of that merge request.
......@@ -490,11 +490,11 @@ class TestCreateProcess(FixtureAPITestCase):
self.assertFalse(process.tasks.exists())
self.assertEqual(process.elements.get(), page)
# The process needs to be started to produce a workflow
process.worker_runs.create(
version=self.version_1
)
# The process needs to be started to produce a workflow
response = self.client.post(
reverse("api:process-start", kwargs={"pk": str(process.id)}),
# The process needs a worker run or thumbnails generation to start
......
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