@@ -31,7 +31,7 @@ |
||
31 | 31 | |
32 | 32 | $action = new Action(); |
33 | 33 | |
34 | - $action->setArguments(json_encode(['file'=>'/tmp/testfile.log','text'=>'testtext'])); |
|
34 | + $action->setArguments(json_encode(['file'=>'/tmp/testfile.log', 'text'=>'testtext'])); |
|
35 | 35 | $action->setType('real'); |
36 | 36 | $action->setAlias('file.write'); |
37 | 37 | $action->setDevice($device); |