Skip to content

Commit

Permalink
Fix functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed May 18, 2023
1 parent 5a2f801 commit 706ddf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/InstallBundle/Tests/Functional/InstallationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public function testApplicationInstallation(): void

$formData = [
'system_information[locale]' => 'en',
'system_information[currency]' => 'USD',
];

if (0 === count($crawler->filter('.callout.callout-warning'))) {
Expand Down

0 comments on commit 706ddf2

Please sign in to comment.