I have @Value annotation with a SpEL expression that sets a boolean based on the value of an environment variable.

I'd like to write a test to verify this behavior. How do I manipulate the values returned by systemEnvironment['ENV_NAME']

Thanks