Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit 958dab6

Browse files
committed
Removing unused variables
1 parent 90fe1c6 commit 958dab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_configurator/tests/test_product_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ def test_18_onchange_attribute(self):
544544
})
545545
self.productConfigDomainId.compute_domain()
546546
# create attribute value line 1
547-
config_line = self.env['product.config.line'].create({
547+
self.env['product.config.line'].create({
548548
'product_tmpl_id': self.product_tmpl_id.id,
549549
'attribute_line_id': self.attributeLine1.id,
550550
'value_ids': [(6, 0, [

0 commit comments

Comments
 (0)