bruno
bruno copied to clipboard
[Bug] Using a / in an Environment Name causes error #1761
This PR fixes a bug that caused environment import to fail if the name contained a /. The importPostmanEnvironment function now replaces / with _ in environment names, allowing successful import.
This PR fix the bug https://github.com/usebruno/bruno/issues/1761
Could it be merged please?