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
1 changed files with 1 additions and 0 deletions

View File

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