bruno
bruno copied to clipboard
Fix URL generation bug in postman collection exporter #2496
Description
This PR fixes an issue mentioned in #2496 where exporting a postman collection which has variables in the url leads to getting only '/' in the place of full URL. Now we have a check for template variables before generating URL hostname so that it does not try to create a URL variable anymore which led to the mentioned error.
BEFORE
Bruno -
Postman -
AFTER
Postman -
Contribution Checklist:
- [x ] The pull request only addresses one issue or adds one feature.
- [x ] The pull request does not introduce any breaking changes
- [x ] I have added screenshots or gifs to help explain the change if applicable.
- [x ] I have read the contribution guidelines.
- [x ] Create an issue and link to the pull request.