Przeglądaj źródła

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

Bubka 1 rok temu
rodzic
commit
68d45be102
1 zmienionych plików z 1 dodań i 1 usunięć
  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([