mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-16 18:31:49 +01:00
Fix test
This commit is contained in:
parent
aaa343e316
commit
3724f3e87c
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user