diff --git a/src/Bundle/test/src/Tests/Controller/SubscriptionUiTest.php b/src/Bundle/test/src/Tests/Controller/SubscriptionUiTest.php index 083c75441..a1ea9c9b4 100644 --- a/src/Bundle/test/src/Tests/Controller/SubscriptionUiTest.php +++ b/src/Bundle/test/src/Tests/Controller/SubscriptionUiTest.php @@ -99,7 +99,7 @@ public function it_allows_updating_a_subscription(): void 'sylius_resource[email]' => 'biff.tannen@bttf.com', ]); - //$this->assertResponseRedirects(null, expectedCode: Response::HTTP_FOUND); + $this->assertResponseRedirects(null, expectedCode: Response::HTTP_FOUND); /** @var Subscription $subscription */ $subscription = static::getContainer()->get('app.repository.subscription')->findOneBy(['email' => 'biff.tannen@bttf.com']);