mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-19 05:09:30 +08:00
.env variables should be referenced with builtin ENV/environ function
This commit is contained in:
@@ -47,6 +47,9 @@ class FunctionNotFound(NotFoundError):
|
||||
class VariableNotFound(NotFoundError):
|
||||
pass
|
||||
|
||||
class EnvNotFound(NotFoundError):
|
||||
pass
|
||||
|
||||
class ApiNotFound(NotFoundError):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user