We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63602f1 + 86d2b69 commit ec8d19cCopy full SHA for ec8d19c
1 file changed
pre-request.js
@@ -9,7 +9,7 @@ if (!id) {
9
throw new Error("Environment does not have an 'api_id'. Please ensure you have configured a Veracode environment.");
10
}
11
const key = pm.environment.get('api_key');
12
-if (!id) {
+if (!key) {
13
throw new Error("Environment does not have an 'api_key'. Please ensure you have configured a Veracode environment.");
14
15
0 commit comments