mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 05:54:34 +02:00
Fix test no returning the Twitter icon (thanks Elon...)
This commit is contained in:
@ -63,7 +63,7 @@ class IconControllerTest extends FeatureTestCase
|
|||||||
{
|
{
|
||||||
$response = $this->actingAs($this->user, 'api-guard')
|
$response = $this->actingAs($this->user, 'api-guard')
|
||||||
->json('POST', '/api/v1/icons/default', [
|
->json('POST', '/api/v1/icons/default', [
|
||||||
'service' => 'twitter',
|
'service' => 'abode',
|
||||||
])
|
])
|
||||||
->assertStatus(201)
|
->assertStatus(201)
|
||||||
->assertJsonStructure([
|
->assertJsonStructure([
|
||||||
|
Reference in New Issue
Block a user