Commit f384b68f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! test: enable activity tracking in debug mode.

parent bb0dba8a
Pipeline #32832 failed with stage
in 0 seconds
......@@ -1028,6 +1028,7 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
if os.environ.get('erp5_debug_mode'):
try:
self.portal.portal_activities.manage_enableActivityTracking()
self.commit()
except AttributeError:
pass
......
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