refactor: target workflow engine runtime
This commit is contained in:
@@ -161,7 +161,7 @@ DOCUMENTATION = (
|
||||
"connectors",
|
||||
"files",
|
||||
"reporting",
|
||||
"workflow",
|
||||
"workflow_engine",
|
||||
"risk_compliance",
|
||||
"notifications",
|
||||
"policy",
|
||||
@@ -262,7 +262,7 @@ manifest = ModuleManifest(
|
||||
"reporting",
|
||||
"risk_compliance",
|
||||
"search",
|
||||
"workflow",
|
||||
"workflow_engine",
|
||||
),
|
||||
optional_capabilities=(
|
||||
CAPABILITY_ACCESS_DIRECTORY,
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user