Commit eb4e4b2b authored by Ivan Tyagov's avatar Ivan Tyagov

Cleanup.

parent 8d1113e9
...@@ -60,7 +60,7 @@ class Test(ERP5TypeTestCase): ...@@ -60,7 +60,7 @@ class Test(ERP5TypeTestCase):
# add brand new ingestion # add brand new ingestion
reference = getRandomString() reference = getRandomString()
ingestion_policy, data_supply, data_product = portal.portal_ingestion_policies.IngestionPolicyTool_addIngestionPolicy( ingestion_policy, data_supply, _ = portal.portal_ingestion_policies.IngestionPolicyTool_addIngestionPolicy(
reference = reference, reference = reference,
title = reference, title = reference,
batch_mode=1) batch_mode=1)
......
...@@ -45,9 +45,7 @@ ...@@ -45,9 +45,7 @@
<item> <item>
<key> <string>text_content_warning_message</string> </key> <key> <string>text_content_warning_message</string> </key>
<value> <value>
<tuple> <tuple/>
<string>W: 63, 35: Unused variable \'data_product\' (unused-variable)</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
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