bruno icon indicating copy to clipboard operation
bruno copied to clipboard

[Bug] Using a / in an Environment Name causes error #1761

Open ialloyd opened this issue 11 months ago • 1 comments

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.

ialloyd avatar Mar 14 '24 07:03 ialloyd

This PR fix the bug https://github.com/usebruno/bruno/issues/1761

Could it be merged please?

end3rbyte avatar Apr 05 '24 16:04 end3rbyte