mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 12:27:59 +08:00
make variables marker unified to be
This commit is contained in:
@@ -69,7 +69,7 @@ class VariableBindsUnittest(unittest.TestCase):
|
||||
testcase1 = {
|
||||
"variable_binds": [
|
||||
{"GLOBAL_TOKEN": "debugtalk"},
|
||||
{"token": "$GLOBAL_TOKEN"}
|
||||
{"token": "${GLOBAL_TOKEN}"}
|
||||
]
|
||||
}
|
||||
testcase2 = self.testcases[3]
|
||||
|
||||
Reference in New Issue
Block a user