Commit 3bcf75c5 authored by Ivan Tyagov's avatar Ivan Tyagov

Test that nobody accidently removes needed by HowTo's default configurations.

parent 87d99222
......@@ -271,3 +271,13 @@ class Test(ERP5TypeTestCase):
"""
self.portal.Alarm_handleAnalysis()
self.tic()
def test_06_DefaultWendelinConfigurationExistency(self):
"""
Test that nobody accidently removes needed by HowTo's default configurations.
"""
# the default json ingestion is usde in HowTo/ Docs
self.assertNotEqual(None,
getattr(self.portal.portal_ingestion_policies, "default_http_json", None))
self.assertNotEqual(None,
getattr(self.portal.data_supply_module, "default_http_json", None))
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