diff options
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/project/etc/aft-mapis.json | 2 | ||||
-rw-r--r-- | conf.d/project/etc/aft-test.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/project/etc/aft-mapis.json b/conf.d/project/etc/aft-mapis.json index 4ecfbbb..edcfc87 100644 --- a/conf.d/project/etc/aft-mapis.json +++ b/conf.d/project/etc/aft-mapis.json @@ -10,7 +10,7 @@ "low-can" ] }, - "onload": { + "testVerb": { "uid": "launch_all_tests", "info": "Launch all the tests", "action": "lua://AFT#_launch_test", diff --git a/conf.d/project/etc/aft-test.json b/conf.d/project/etc/aft-test.json index fa26c5f..eabe877 100644 --- a/conf.d/project/etc/aft-test.json +++ b/conf.d/project/etc/aft-test.json @@ -10,7 +10,7 @@ "hello" ] }, - "onload": { + "testVerb": { "uid": "launch_all_tests", "info": "Launch all the tests", "action": "lua://AFT#_launch_test", |