diff --git a/src/micado/test/integration/cpl_test.py b/src/micado/test/integration/cpl_test.py
index a0a89ff1873e465330799723aa1e20d99869132b..f67259fb3ec238b3fcc478009a177d56738b2fb1 100644
--- a/src/micado/test/integration/cpl_test.py
+++ b/src/micado/test/integration/cpl_test.py
@@ -24,7 +24,11 @@ def test_cpl_processing():
     """Test whether CPL and prototype processing is identical."""
     # TODO: do something smarter than marking the test as xfail, e.g.
     #       only run the test when the MICADO Pipeline is installed.
-    (mymasterdark_proto, dark_real, mydarks_raw,) = create_masterdark(
+    (
+        mymasterdark_proto,
+        dark_real,
+        mydarks_raw,
+    ) = create_masterdark(
         make=True,
         ndetectors=9,
     )