apideck-libraries / portman

Port OpenAPI Specs to Postman Collections, inject test suite and run via Newman 👨🏽‍🚀
http://getportman.com/
Apache License 2.0
632 stars 60 forks source link

overwriteRequestHeaders - Fix missing request auth #608

Closed thim81 closed 2 months ago

thim81 commented 2 months ago

linked to #600

BEFORE: the "Authorisation" is kept in both the "Integration" AND "Variation" requests.

image image

AFTER: the "Authorisation" is cleared for the "Integration" AND "Variation" requests.

image image