"""Patch environment with given keys.""" import os # These env vars are set so that the python secrets manager # can default to using environment variables isntead of # attempting to pull secrets from AWS os.environ['Environment'] = 'test'