launchiamenterprise / keyrunner

KeyRunner: A secure, codeless VS Code extension for API testing & Designing. Features include data encryption at rest, sensitive data masking, and the innovative Playground for chaining API requests without coding
https://keyrunner.app
MIT License
9 stars 0 forks source link

Path variables are not replaced #1

Closed yramrax closed 4 months ago

yramrax commented 4 months ago

I've used the VSCode extions v1.0.28

Steps to reproduce: Import the simple test collection: Test.json when sending the request the path variable will not be replaced.

I've looked in the UrlBuilder.js and it seems that the baseURI with the replaced values is then never used and so the original url doesn't change

launchiamenterprise commented 4 months ago

@yramrax Thanks for reporting the issue. We identified the issue and fixed it. We will publish the latest version tonight.

launchiamenterprise commented 4 months ago

@yramrax Released v1.0.29 with the fix. Again thanks for reporting the issue

yramrax commented 4 months ago

Thank you very much for the fast fix, I've tried it with the new version and it is working perfectly