diff --git a/application/tests/Integration/Controller/API/ApiUrlReachableIntegrationTest.php b/application/tests/Integration/Controller/API/ApiUrlReachableIntegrationTest.php index 58ab7fd..9c8ce51 100644 --- a/application/tests/Integration/Controller/API/ApiUrlReachableIntegrationTest.php +++ b/application/tests/Integration/Controller/API/ApiUrlReachableIntegrationTest.php @@ -29,6 +29,7 @@ class ApiUrlReachableIntegrationTest extends KernelTestCase private function controller(string $entity) { + $this->language($entity, Request::METHOD_GET); $this->language($entity, Request::METHOD_POST); $this->language($entity.'s', Request::METHOD_GET); $this->slugAndId($entity, Request::METHOD_PUT);