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