Skip to content

Commit

Permalink
Add missing quotes in json
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hamon committed Dec 9, 2016
1 parent 8f1b57b commit f9ce7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/2_Integration/06-AVStatus/ApiAVConfigsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected function insertOrUpdateAVConfig($agentid, $uuid, $av_config)
},
"agent_version":"2.3.18",
"agent_id":'.$agentid.',
"uuid": '.$uuid.' }';
"uuid": "'.$uuid.'" }';

$jobj = PluginArmaditoToolbox::parseJSON($json);

Expand Down

0 comments on commit f9ce7e6

Please sign in to comment.