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

This commit is contained in:
Bubka 2023-09-13 10:04:44 +02:00
parent cce25735c0
commit 68d45be102

View File

@ -63,7 +63,7 @@ public function test_fetch_logo_returns_filename()
{ {
$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([