瀏覽代碼

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

Bubka 1 年之前
父節點
當前提交
68d45be102
共有 1 個文件被更改,包括 1 次插入1 次删除
  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([