-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Report
Current behavior:
When requesting an access token, the script expects a data object containing an access_token property. Additionally, the token is stored in a variable named OAuth2, while all test cases reference a variable named oauth in their Authorization header.
Expected behavior:
The token should be stored in a variable named "oauth" and retrieved from json.access_token instead of json.data.access_token, as this is the standard path for accessing the value.
Steps to reproduce:
- Generate a collection with authorization configured
- Import the collection into Postman
- Review the request that retrieves the access token and the Authorization header in each test case.
Other information:
Access token request script:

Test cases Authorization header value:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working