diff --git a/tests/application/modules/opac/controllers/PanierControllerTest.php b/tests/application/modules/opac/controllers/PanierControllerTest.php index 8192323b277664a519228f1fdd8b4252df615855..e220386fab7448f298cc288a413a4c9d6aabfef3 100644 --- a/tests/application/modules/opac/controllers/PanierControllerTest.php +++ b/tests/application/modules/opac/controllers/PanierControllerTest.php @@ -990,7 +990,7 @@ class PanierControllerGetSelectPanierCourantWithIdPanierTest extends PanierContr ->whenCalled('save') ->answers(true); - $this->postDispatch('/panier/select-panier-courant/id_panier/2',[]); + $this->postDispatch('/panier/switch/id_panier/2',[]); }