feat: add governed local content encryption provider
This commit is contained in:
@@ -32,11 +32,14 @@ class EncryptionMigrationTests(unittest.TestCase):
|
||||
"encryption_protection_migrations",
|
||||
"encryption_recovery_ceremonies",
|
||||
"encryption_recovery_approvals",
|
||||
"encryption_local_key_material",
|
||||
"encryption_local_wrapped_content_keys",
|
||||
"encryption_local_provider_operations",
|
||||
}.issubset(tables)
|
||||
)
|
||||
with engine.connect() as connection:
|
||||
self.assertIn(
|
||||
"d4a6b8c0e2f3",
|
||||
"e5b7c9d1f3a4",
|
||||
set(MigrationContext.configure(connection).get_current_heads()),
|
||||
)
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user