mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: Upload test
This commit is contained in:
parent
534bdb61fa
commit
f51e6e7326
1 changed files with 2 additions and 2 deletions
|
@ -88,9 +88,9 @@ class UploadTest extends TestCase
|
|||
'/api/upload',
|
||||
['file' => $file],
|
||||
factory(User::class, 'admin')->create()
|
||||
)->seeJsonStructure(['song' => [
|
||||
)->seeJsonStructure([
|
||||
'album',
|
||||
'artist',
|
||||
]]);
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue