make variables marker unified to be

This commit is contained in:
debugtalk
2017-06-27 23:56:59 +08:00
parent baf2d1c8b6
commit 887845493d
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]