Skip to content

Commit

Permalink
Add missing coma in json it test
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hamon committed Dec 15, 2016
1 parent 83ca052 commit 1b7a0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/2_Integration/06-AVStatus/ApiStatesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ protected function insertOrUpdateState($agentid, $uuid)
$task_obj = '{ "dbinfo": {"event_type":"StatusEvent",
"global_update_timestamp":1479467793,
"modules": [{"name":"clamav","mod_update_timestamp":1479467793,"mod_status":"up-to-date","bases":[{"version":"22558","signature_count":890643,"name":"daily.cld","full_path":"/home/vhamon/workspace/armadito-av/build/linux/scripts/../out/install/armadito-av/var/lib/armadito/bases/clamav/daily.cld","base_update_ts":1479467793},{"full_path":"/home/vhamon/workspace/armadito-av/build/linux/scripts/../out/install/armadito-av/var/lib/armadito/bases/clamav/main.cvd","base_update_ts":1458170226,"version":"57","name":"main.cvd","signature_count":4218790},{"name":"bytecode.cld","signature_count":54,"version":"284","base_update_ts":1477591452,"full_path":"/home/vhamon/workspace/armadito-av/build/linux/scripts/../out/install/armadito-av/var/lib/armadito/bases/clamav/bytecode.cld"}]},{"mod_status":"up-to-date","mod_update_timestamp":1409556600,"name":"moduleH1"}],
"global_status":"up-to-date"}
"global_status":"up-to-date"},
"avdetails": [] }';

$json = '{
Expand Down

0 comments on commit 1b7a0be

Please sign in to comment.