Browse Source

Fix test no returning the Twitter icon (thanks Elon...)

Bubka 1 year ago
parent
commit
68d45be102
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Api/v1/Controllers/IconControllerTest.php

+ 1 - 1
tests/Api/v1/Controllers/IconControllerTest.php

@@ -63,7 +63,7 @@ class IconControllerTest extends FeatureTestCase
     {
         $response = $this->actingAs($this->user, 'api-guard')
             ->json('POST', '/api/v1/icons/default', [
-                'service' => 'twitter',
+                'service' => 'abode',
             ])
             ->assertStatus(201)
             ->assertJsonStructure([