We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b592af5 commit 3512a9eCopy full SHA for 3512a9e
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