aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php
index e560ffdd..a51e836d 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php
@@ -69,7 +69,7 @@ class SecurityControllerTest extends WallabagCoreTestCase
69 $client = $parameters['client']; 69 $client = $parameters['client'];
70 70
71 $data = array( 71 $data = array(
72 'forgot_password[email]' => 'baggy', 72 'forgot_password[email]' => 'material',
73 ); 73 );
74 74
75 $client->submit($form, $data); 75 $client->submit($form, $data);