We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea72324 commit bdaf2d8Copy full SHA for bdaf2d8
1 file changed
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