From 20ca58cf029e2c735d2651fb10689cebc45552de Mon Sep 17 00:00:00 2001 From: psugne Date: Mon, 14 Oct 2024 16:02:33 +0300 Subject: [PATCH] [IMP] Adjust test class --- product_multi_image/tests/test_product_multi_image.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/product_multi_image/tests/test_product_multi_image.py b/product_multi_image/tests/test_product_multi_image.py index d737dc7ab47..685c52adfb9 100644 --- a/product_multi_image/tests/test_product_multi_image.py +++ b/product_multi_image/tests/test_product_multi_image.py @@ -8,8 +8,9 @@ class TestProductMultiImage(common.TransactionCase): - def setUp(self): - super().setUp() + @classmethod + def setUpClass(self): + super().setUpClass() self.transparent_image = ( # 1x1 Transparent GIF b"R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" )