Commit 41e3b789 authored by Vincent Pelletier's avatar Vincent Pelletier

erp5_external_account: Depend erp5_ingestion_mysql_innodb_catalog.

This is at least needed for
  external_account_interaction_workflow/scripts/Career_start
as it filters by "email.url_string".
parent 0fc02acc
erp5_base erp5_base
\ No newline at end of file erp5_ingestion_mysql_innodb_catalog
\ No newline at end of file
...@@ -48,6 +48,7 @@ class TestExternalAccount(ERP5TypeTestCase): ...@@ -48,6 +48,7 @@ class TestExternalAccount(ERP5TypeTestCase):
""" """
return ('erp5_core_proxy_field_legacy', return ('erp5_core_proxy_field_legacy',
'erp5_base', 'erp5_base',
'erp5_ingestion_mysql_innodb_catalog',
'erp5_external_account',) 'erp5_external_account',)
def afterSetUp(self): def afterSetUp(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment