diff --git a/tests/application/modules/opac/controllers/CmsControllerTest.php b/tests/application/modules/opac/controllers/CmsControllerTest.php
index 2086d4a6967f05aaa6b859b85581d18ac80637fb..124edac042271c078dfb98ac5cbe4879f721b873 100644
--- a/tests/application/modules/opac/controllers/CmsControllerTest.php
+++ b/tests/application/modules/opac/controllers/CmsControllerTest.php
@@ -1214,7 +1214,7 @@ class CmsControllerArticleViewArticleArchivedWithWorkflowTest extends CmsControl
 
 
   /** @test */
-   public function responseShouldBeA404NotFound() {
+  public function responseShouldBeA404NotFound() {
     $this->assertResponseCode(404);
   }