rename fixture module name

This commit is contained in:
debugtalk
2017-08-29 21:59:42 +08:00
parent 3d20568e8b
commit 7f4c565fcb
10 changed files with 41 additions and 77 deletions

View File

@@ -25,7 +25,7 @@ class Runner(object):
"lambda *str_args: hashlib.md5(''.join(str_args).\
encode('utf-8')).hexdigest()"
},
"import_module_functions": ["test.data.custom_functions"],
"import_module_functions": ["test.data.debugtalk"],
"variable_binds": [
{"TOKEN": "debugtalk"},
{"random": "${gen_random_string(5)}"},