Code Inspection: Unresolved environment variable
Reports variables undeclared in the current environment HTTP Client.
Executing requests with undeclared variables probably fail. Consider adding a variable to the environment or selecting an environment with this variable.
Inspection doesn't report variables in request bodies, because it can be a valid syntax of the body.
Some variables may be not reported as unresolved, because they are declared in response or pre-request handler scripts via client.global.set
or request.variables.set
functions call.
Suppress an inspection in the editor
Place the caret at the highlighted line and press Alt+Enter or click .
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.
Last modified: 25 March 2024