We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2047921 commit 3383b16Copy full SHA for 3383b16
tests/UserApiTest.php
@@ -47,8 +47,8 @@ public function testCreate()
47
'last_name' => 'test',
48
'email' => 'test+1@test.com',
49
'country_iso_code' => 'US',
50
- 'password' => '1qaz2wsx!',
51
- 'password_confirmation' => '1qaz2wsx!',
+ 'password' => '1Qaz2wsx!',
+ 'password_confirmation' => '1Qaz2wsx!',
52
'active' => true,
53
'email_verified' => true,
54
];
0 commit comments