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
If you disable a parameter in a Postman collection, it is processed anyway by Idaithalam.
That can have unexpected result since you don't expect disabled parameters to be part of the tests.
You can see those parameter easily in a Postman collection, they have the field "disabled: true".
The text was updated successfully, but these errors were encountered:
elans3
changed the title
Disabled header are processed
[Postman Support]: Disabled header are processed
Nov 25, 2021
It is a property in the postman collection which needs to be checked.
The field is only there, if the value has been disabled.
That needs to be checked.
I made a fix already in a previous PR but got lost.
Not a big deal, maybe I will check again later.
If you disable a parameter in a Postman collection, it is processed anyway by Idaithalam.
That can have unexpected result since you don't expect disabled parameters to be part of the tests.
You can see those parameter easily in a Postman collection, they have the field "disabled: true".
The text was updated successfully, but these errors were encountered: