mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-19 15:39:31 +08:00
update: get function or variable item
This commit is contained in:
@@ -250,7 +250,7 @@ class VariableBindsUnittest(ApiServerUnittest):
|
||||
variables = []
|
||||
self.context.bind_variables(variables)
|
||||
|
||||
with self.assertRaises(exceptions.ParamsError):
|
||||
with self.assertRaises(exceptions.VariableNotFound):
|
||||
self.context.validate(validators, resp_obj)
|
||||
|
||||
# expected value missed in variables mapping
|
||||
|
||||
Reference in New Issue
Block a user