bruno icon indicating copy to clipboard operation
bruno copied to clipboard

Fix URL generation bug in postman collection exporter #2496

Open gtlsgamr opened this issue 7 months ago • 0 comments

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 - image

Postman - image

AFTER Postman - image

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.

gtlsgamr avatar Jun 25 '24 09:06 gtlsgamr