From a9f45598d3fe178bc3d8108136727a916d62cc02 Mon Sep 17 00:00:00 2001 From: bastien ollier Date: Thu, 13 Jun 2024 08:54:13 +0200 Subject: [PATCH] update test --- tests/Controller/PostControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {