mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
* fix: handle falsy values in Postman environment and collection variables * Updated the `postman-env-to-bruno-env` and `postman-to-bruno` converters to handle cases where variable keys or values are falsy, ensuring they default to empty strings. * Added unit tests to verify the correct handling of falsy values in both environment and collection variables. * fix: filter out null/undefined keys and values in Postman variable imports * Updated the `postman-env-to-bruno-env` and `postman-to-bruno` converters to filter out variables with null keys and values during import. * Removed redundant test cases for empty variables in the corresponding unit tests.