make variables marker unified to be

This commit is contained in:
httprunner
2017-06-27 23:56:59 +08:00
parent b0e11e6b9b
commit 93a9872a6c
7 changed files with 33 additions and 30 deletions

View File

@@ -69,7 +69,7 @@ class VariableBindsUnittest(unittest.TestCase):
testcase1 = {
"variable_binds": [
{"GLOBAL_TOKEN": "debugtalk"},
{"token": "$GLOBAL_TOKEN"}
{"token": "${GLOBAL_TOKEN}"}
]
}
testcase2 = self.testcases[3]