diff options
Diffstat (limited to 'conf.d/controller/etc')
-rw-r--r-- | conf.d/controller/etc/aft-test.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.d/controller/etc/aft-test.json b/conf.d/controller/etc/aft-test.json index 8c7b7da..b3da676 100644 --- a/conf.d/controller/etc/aft-test.json +++ b/conf.d/controller/etc/aft-test.json @@ -4,19 +4,19 @@ "metadata": { "uid": "Test", "version": "1.0", - "api": "afTest", + "api": "test", "info": "Binding made to tests other bindings", "require": [ "hello" ] }, - "testVerb": { + "onload": { "uid": "launch_all_tests", "info": "Launch all the tests", "action": "lua://AFT#_launch_test", "args": { "trace": "hello", - "files": "helloworld.lua" + "files": ["aftTest.lua","helloworld.lua"] } } } |