### I have checked the following: - [X] I use the newest version of bruno. - [X] I've searched existing issues and found nothing related to my issue. ### Describe the bug 1. Create an environment 2. Run the request 3. Open the variable : the "key" is there 4. Quit Bruno and reopen it 5. There is no "key" anymore ### .bru file to reproduce the bug meta { name: test type: http seq: 2 } get { url: http://google.fr body: none auth: none } tests { bru.setEnvVar("key", "value"); } ### Screenshots/Live demo link N/A