diff --git a/tests/Controller/PostControllerTest.php b/tests/Controller/PostControllerTest.php index 963c410..1635aa4 100644 --- a/tests/Controller/PostControllerTest.php +++ b/tests/Controller/PostControllerTest.php @@ -15,7 +15,7 @@ class PostControllerTest extends WebTestCase private KernelBrowser $client; private EntityManagerInterface $manager; private PostRepository $repository; - private string $path = '/post/'; + private string $path = '/posts/'; protected function setUp(): void {