Skip to content

Commit

Permalink
Uncomment line to test redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Mar 13, 2023
1 parent fbbc9d6 commit 219a7f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit 219a7f5

Please sign in to comment.