Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
  • Loading branch information
sampoyigi committed Jun 19, 2024
1 parent 0b00ffa commit 3206ab8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/ExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
it('creates access token using http', function($email, $isAdmin, $deviceName, $abilities) {
$attributes = [
'email' => $email,
'password' => 'password',
'status' => 1,
'is_activated' => 1,
];
Expand All @@ -47,7 +46,6 @@
it('creates access token using console command', function($email, $isAdmin, $deviceName, $abilities) {
$attributes = [
'email' => $email,
'password' => 'password',
'status' => 1,
'is_activated' => 1,
];
Expand Down

0 comments on commit 3206ab8

Please sign in to comment.