summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf.d/controller/lua.d/aft.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/controller/lua.d/aft.lua b/conf.d/controller/lua.d/aft.lua
index 5032929..9fb06d8 100644
--- a/conf.d/controller/lua.d/aft.lua
+++ b/conf.d/controller/lua.d/aft.lua
@@ -240,7 +240,7 @@ function _AFT.testVerbError(testName, api, verb, args, cb)
end})
end
-function _AFT.testCustom(testName, testFunction)
+function _AFT.describe(testName, testFunction)
table.insert(_AFT.tests_list, {testName, function()
testFunction()
end})