Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daVitekPL committed Jul 16, 2024
1 parent c0ef04c commit 62697da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Organizations/OrganizationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public function testRegisterUnauthorized(): void
'address' => $address,
],
'creator_email' => '[email protected]',
'creator_password' => 'Test123!',
'creator_password' => '3yXtFWHKCKJjXz6geJuTGpvAscGBnGgR',
'creator_name' => 'Jan Kowalski',
])
->assertForbidden();
Expand Down

0 comments on commit 62697da

Please sign in to comment.