Team
We have been using Postman for integration tests along with Newman runner. We noticed recently when exporting the tests, Postman is automatically adding the “package” header with empty {} value.
Pasted below the desktop version.
It is not impacting the test execution status. However it is not needed.
I tried to uncheck the hidden Postman headers. But we export the test collection JSON, it is automatically adding this header.
Version 11.15.0
UI Version: 11.15.0-ui-240925-1238
Desktop Platform Version: 11.15.0 (11.15.0)
To reproduce,
- Uncheck the hidden header (if package header is enabled, disable it)
- Export the tests
- Open the test JSON file using a text editor
- Search for “package”
- You will notice “package : {}” was added already.
- It is happening very recently.
Is there a way to disable this addition ?
Thanks, Rajeswari