-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Proposed Changes * Changed the scope of the variables `startTime` and `retryCount` from `pm.environment` to `pm.collectionVariables` for better management and scoping within Postman collections. * Updated the test for canceling the content import job to use a larger file to increase the chances of the job being in cancelable state when the cancel request is made. ### Checklist - [x] Tests - [x] Translations - [x] Security Implications Contemplated (add notes if applicable) ### Additional Info These changes ensure that the retry logic and time tracking variables are isolated to the collection level, avoiding potential conflicts with environment-wide settings. Additionally, the larger file used for the cancel job test makes it more likely to simulate a real-world scenario where the job is still active when the cancel request is issued.
- Loading branch information
1 parent
e0b5efc
commit 9059c2b
Showing
2 changed files
with
3,024 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.