diff --git a/examples/minimal.json b/examples/minimal.json index a060b90..1229be0 100644 --- a/examples/minimal.json +++ b/examples/minimal.json @@ -12,7 +12,7 @@ "root":{ "name": "root", "tasks": [ - { "class":"mail", "type": "foo", "args": { "_rcpt": "hanez@linspector.org" }} + { "class":"mail", "type": "error", "args": { "_rcpt": "hanez@linspector.org" }} ] } }, diff --git a/examples/stress.json b/examples/stress.json index 9285a67..c344d12 100644 --- a/examples/stress.json +++ b/examples/stress.json @@ -12,7 +12,7 @@ "hanez":{ "name": "admin", "tasks": [ - { "class":"mail", "type": "foo", "args": { "_rcpt": "hanez@linspector.org" }} + { "class":"mail", "type": "error", "args": { "_rcpt": "hanez@linspector.org" }} ] } },