From 709eaee8071fa158501a851747e56a6c33bb0aee Mon Sep 17 00:00:00 2001
From: pbarroca <pbarroca@afi-sa.fr>
Date: Wed, 31 May 2017 14:07:21 +0200
Subject: [PATCH] dev #40971 : fix failures

---
 .../modules/cosmo/controllers/IntegrationControllerTest.php    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php b/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php
index a625bef5ae5..e977750460a 100644
--- a/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php
+++ b/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php
@@ -26,7 +26,8 @@ class Cosmo_IntegrationControllerTestActionTest extends CosmoControllerTestCase
   public function setUp() {
     parent::setUp();
     $this->_service = $this->mock()->whenCalled('test')->answers('');
-    Class_WebService_SIGB_Nanook::setService($this->_service);
+    Class_WebService_SIGB_Nanook::setService(['url_serveur' => 'http://localhost/ilsdi'],
+                                             $this->_service);
   }
 
 
-- 
GitLab