Skip to content

Commit 7234523

Browse files
alzotabubasuma
andauthored
Update app/code/Magento/User/Test/Fixture/User.php
Co-authored-by: Buba Soumah <[email protected]>
1 parent d386dab commit 7234523

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/User/Test/Fixture

1 file changed

+1
-1
lines changed

app/code/Magento/User/Test/Fixture/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class User implements RevertibleDataFixtureInterface
2121
{
2222
private const DEFAULT_DATA = [
23-
'username' => 'admin_user_%uniqid%',
23+
'username' => 'adminuser%uniqid%',
2424
'firstname' => 'Firstname %uniqid%',
2525
'lastname' => 'Lastname %uniqid%',
2626
'email' => 'admin_user_%uniqid%@email.com',

0 commit comments

Comments
 (0)