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