You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brief Description
The integration tests make use of two Postman calls which have been deprecated. For all instances, see the output of a run of the tests, using the command:
npx newman run integration-tests/validator-services-tests.postman_collection.json -e integration-tests/envs/validator-services-direct-dev.postman_environment.json --working-dir integration-tests/test-files --env-var keyValue="DEV_FUNCTIONS_KEY_HERE"
But the two in question (with a few instances of each) are:
'Using "postman.setNextRequest" is deprecated. Use "pm.execution.setNextRequest()" instead.'
'Using "environment" is deprecated. Use "pm.environment" instead.'
Severity
Low
Steps to Reproduce
Get setup locally, including installing dev dependencies
Then run the above npx command. All instances where deprecated calls used will be printed.
The text was updated successfully, but these errors were encountered:
Brief Description
The integration tests make use of two Postman calls which have been deprecated. For all instances, see the output of a run of the tests, using the command:
But the two in question (with a few instances of each) are:
Severity
Low
Steps to Reproduce
Get setup locally, including installing dev dependencies
Then run the above
npx
command. All instances where deprecated calls used will be printed.The text was updated successfully, but these errors were encountered: