mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-23 06:38:34 +01:00
Fix test no returning the Twitter icon (thanks Elon...)
This commit is contained in:
parent
cce25735c0
commit
68d45be102
@ -63,7 +63,7 @@ public function test_fetch_logo_returns_filename()
|
||||
{
|
||||
$response = $this->actingAs($this->user, 'api-guard')
|
||||
->json('POST', '/api/v1/icons/default', [
|
||||
'service' => 'twitter',
|
||||
'service' => 'abode',
|
||||
])
|
||||
->assertStatus(201)
|
||||
->assertJsonStructure([
|
||||
|
Loading…
Reference in New Issue
Block a user