Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Mar 27, 2023
1 parent aaa343e commit 3724f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Http/Auth/WebAuthnManageControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function test_rename_returns_success_with_new_name()
'authenticatable_type' => \App\Models\User::class,
'authenticatable_id' => $this->user->id,
'user_id' => 'e8af6f703f8042aa91c30cf72289aa07',
'alias' => 'MyNewCredential',
'alias' => 'MyOldCredential',
'counter' => 0,
'rp_id' => 'http://localhost',
'origin' => 'http://localhost',
Expand Down

0 comments on commit 3724f3e

Please sign in to comment.