changeset 8738049fc237 in modules/marketing_automation:default
details:
https://hg.tryton.org/modules/marketing_automation?cmd=changeset;node=8738049fc237
description:
Use Activate modules as test scenario section name
issue9395
review291901002
diffstat:
tests/scenario_marketing_automation.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 4285ab9d14f2 -r 8738049fc237 tests/scenario_marketing_automation.rst
--- a/tests/scenario_marketing_automation.rst Sat Jul 04 20:07:31 2020 +0200
+++ b/tests/scenario_marketing_automation.rst Thu Jul 09 10:21:06 2020 +0100
@@ -16,7 +16,7 @@
>>> from trytond.modules.marketing_automation import marketing_automation
>>> marketing_automation.sendmail_transactional = smtp_calls = MagicMock()
-Install marketing_automation::
+Activate modules::
>>> config = activate_modules(['marketing_automation', 'party'])