4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-12 12:24:33 +00:00

Update unit test to match new security checks.

This commit is contained in:
Buster "Silver Eagle" Neece 2017-11-03 00:28:05 -05:00
parent 4d06a20630
commit 79d3143870

View File

@ -29,6 +29,7 @@ class C01_Station_MediaCest extends CestAbstract
'csrf' => $csrf->generate('files'), 'csrf' => $csrf->generate('files'),
'flowIdentifier' => 'uploadtest', 'flowIdentifier' => 'uploadtest',
'flowChunkNumber' => 1, 'flowChunkNumber' => 1,
'flowCurrentChunkSize' => filesize($test_song),
'flowFilename' => 'error.mp3', 'flowFilename' => 'error.mp3',
'flowTotalSize' => filesize($test_song), 'flowTotalSize' => filesize($test_song),
'flowTotalChunks' => 1, 'flowTotalChunks' => 1,