diff --git a/master/product/Vifib/tests/testVifibSkinSelection.py b/master/product/Vifib/tests/testVifibSkinSelection.py
index c221cfd1fbfca5ad96652b0da3eaad6556327674..efc500908f80336eed4b6d2c857d1be423520d93 100644
--- a/master/product/Vifib/tests/testVifibSkinSelection.py
+++ b/master/product/Vifib/tests/testVifibSkinSelection.py
@@ -55,8 +55,18 @@ class TestVifibSkinSelection(testVifibMixin):
     portal = self.getPortal()
     self.assertSameSet(
         [x[0] for x in portal.portal_skins.getSkinPaths()],
-        ['Cash', 'Download', 'Fiber', 'Hosting', 'KM', 'Multiflex', 'ODS', 'ODT',
-          'RSS', 'View']
+        [
+          'Cash',
+          'Download',
+          'Fiber',
+          'Hosting',
+          'KM',
+          'Multiflex',
+          'ODS',
+          'ODT',
+          'RSS',
+          'View',
+        ]
     )
 
   def assertSameSkinSelection(self, skin_name, selection_string_list):