refactor: target workflow engine runtime
This commit is contained in:
@@ -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