Skip to content

Commit

Permalink
Add json debug in alert tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hamon committed Jan 17, 2017
1 parent b84ff36 commit eed01da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/2_Integration/05-Results/ApiAlertsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ protected function insertAlerts($json_alerts, $agentid, $uuid)
"agent_id":'.$agentid.',
"uuid": "'.$uuid.'"}';

echo $json."\n";
PluginArmaditoAlert::manageApiRequest($json);
}
}
Expand Down

0 comments on commit eed01da

Please sign in to comment.