diff --git a/tests/application/modules/admin/controllers/SitothequeControllerTest.php b/tests/application/modules/admin/controllers/SitothequeControllerTest.php
index 3a7cd2a7c6af8faa84c0a849ee604a3459a7bc83..c679d53f63add5fa64ca743f6b816f88ed0e4ede 100644
--- a/tests/application/modules/admin/controllers/SitothequeControllerTest.php
+++ b/tests/application/modules/admin/controllers/SitothequeControllerTest.php
@@ -394,7 +394,9 @@ class SitothequeControllerSitoPostEditLeMondeTest extends SitothequeControllerTe
   public function setUp() {
     parent::setUp();
 
-    $this->postDispatch('/admin/sito/edit/id/23', ['titre' => 'Times']);
+    $this->postDispatch('/admin/sito/edit/id/23',
+                        ['titre' => 'Times',
+                         'url' => 'http://times.com']);
     Class_Sitotheque::clearCache();
     $this->_le_monde = Class_Sitotheque::find(23);
   }