feat: add governed assisted form intake
This commit is contained in:
@@ -34,12 +34,13 @@ class FormsRuntimeMigrationTests(unittest.TestCase):
|
||||
"form_handoff_effects",
|
||||
"form_intake_profiles",
|
||||
"form_intake_sessions",
|
||||
"form_assisted_confirmations",
|
||||
"form_acknowledgements",
|
||||
}.issubset(inspect(engine).get_table_names())
|
||||
)
|
||||
with engine.connect() as connection:
|
||||
self.assertIn(
|
||||
"b4e6f8a0c2d3",
|
||||
"c5f7a9b1d3e4",
|
||||
set(MigrationContext.configure(connection).get_current_heads()),
|
||||
)
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user