Commit eb4e4b2b authored by Ivan Tyagov's avatar Ivan Tyagov

Cleanup.

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