diff --git a/tests/application/modules/admin/controllers/CmsControllerTest.php b/tests/application/modules/admin/controllers/CmsControllerTest.php
index d30f338f727f104c810ecb627fddb14ecd39db2e..f5c5532cd084cbf14e395b1d9d2145ad0160ed0d 100644
--- a/tests/application/modules/admin/controllers/CmsControllerTest.php
+++ b/tests/application/modules/admin/controllers/CmsControllerTest.php
@@ -1839,11 +1839,9 @@ class CmsControllerNewsAddActionPostWithDynamicWorkflowTest  extends CmsControll
 
   /** @test */
   public function newArticleSavedWithStatusPendingShouldSendMailToGroupTestingWithRights() {
-
     Class_Permission::findDynamicWorkflow(12)
       ->permitTo($this->_group_testing, $this->_cat_a_la_une);
 
-
     $this->_postDataTo(['status' => Class_Article::STATUS_VALIDATION_PENDING],
                        '/admin/cms/add/id_cat/23');