Skip to content

Environment package changes

This MR changes the package being used for setting environment variables from os.Setenv to t.Setenv.The reasoning behind this is that while using this package in test files the environment variables will store the set value after the test is complete. This is not ideal and thus the package is being changed to a more suitbale one.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

@gitlab-bot ready

Merge request reports