tests: add missing manifest line (#73912)

This commit is contained in:
Frédéric Péters 2023-01-27 14:49:51 +01:00
parent 4a7f5b9604
commit 9899ee5397
1 changed files with 1 additions and 0 deletions

View File

@ -547,6 +547,7 @@ def test_export_import_bundle_import(pub):
bundle = create_bundle(
[
{'type': 'forms-categories', 'slug': 'test', 'name': 'test'},
{'type': 'forms', 'slug': 'test', 'name': 'test'},
{'type': 'cards-categories', 'slug': 'test', 'name': 'test'},
{'type': 'cards', 'slug': 'test', 'name': 'test'},