refactor: target workflow engine runtime

This commit is contained in:
2026-07-31 16:59:22 +02:00
parent 8f0a9636f5
commit 28a92feb32
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class DataflowManifestTests(unittest.TestCase):
self.assertEqual(manifest.dependencies, ())
self.assertIn("datasources", manifest.optional_dependencies)
self.assertIn("reporting", manifest.optional_dependencies)
self.assertIn("workflow", manifest.optional_dependencies)
self.assertIn("workflow_engine", manifest.optional_dependencies)
self.assertEqual(manifest.frontend.package_name, "@govoplan/dataflow-webui")
self.assertIsNotNone(manifest.route_factory)
self.assertIsNotNone(manifest.migration_spec)