diff --git a/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php b/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php
index 53dd4d9b9be17982ee62ab2c850c69ac9677b057..d49b1c3316c729698b94d0ef59d55ae8e0878bbd 100644
--- a/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php
+++ b/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php
@@ -440,7 +440,7 @@ class NoticeAjaxControllerExemplairesTest extends AbstractControllerTestCase {
 
 		$mock_sql
 			->whenCalled('fetchAll')
-			->with('Select id_notice,id_bib,cote,count(*) from exemplaires  where id_notice=123 group by 1,2,3',
+			->with('Select id_notice,id_bib,cote,count(*)id_int_bib_id_origine from exemplaires  where id_notice=123 group by 1,2,3',
 						 false)
 			->answers($exemplaires);