diff --git a/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php b/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php
index 471a00f51f9d343dc12600c4c82d1c2de19de1e4..e6a6060abab6013ddd1d8ecc2eab80dff33721dc 100644
--- a/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php
+++ b/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php
@@ -22,8 +22,7 @@
 
 class Cosmo_IntegrationControllerTest extends CosmoControllerTestCase {
 	/** @test */
-	public function fooShouldBar() {
-		$options = ['url_serveur' => 'http://localhost/ilsdi'];
+	public function responseShouldContainGetHeader() {
 		$this->dispatch('/cosmo/integration/test?type=7&options[url_serveur]=' . urlencode('http://localhost/ilsdi'), true);
 
 		$this->assertXPathContentContains('//*', 'GET /ilsdi/service/GetRecords/id/1 HTTP/1.1', $this->_response->getBody());