diff options
-rw-r--r-- | conf.d/project/lua.d/aft.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/project/lua.d/aft.lua b/conf.d/project/lua.d/aft.lua index 0c7c307..92550e0 100644 --- a/conf.d/project/lua.d/aft.lua +++ b/conf.d/project/lua.d/aft.lua @@ -389,6 +389,8 @@ local luaunit_list_of_functions = { local _AFT_list_of_funcs = { -- AF Binder generic assertions + { 'addEventToMonitor', 'resetEventReceivedCount' }, + { 'addLogToMonitor', 'resetLogReceivedCount' }, { 'assertVerb', 'assertVerbStatusSuccess' }, { 'assertVerb', 'assertVerbResponseEquals' }, { 'assertVerb', 'assertVerbCb' }, |