Internal: Tests: Fix user e-mail to use @example.com

pull/5126/head
Yannick Warnier 2 years ago
parent 989b97b10a
commit be5d8a3a1f
  1. 2
      tests/CoreBundle/Controller/AccountControllerTest.php

@ -26,7 +26,7 @@ class AccountControllerTest extends WebTestCase
$client->submitForm('Update profile', [
'profile[firstname]' => 'admin firstname',
'profile[email]' => 'test@test.com',
'profile[email]' => 'test@example.com',
// 'profile[mail_notify_invitation]' => 1,
]);
$this->assertResponseRedirects('/account/home');

Loading…
Cancel
Save