"""Unit tests.""" import os os.environ['ENVIRONMENT'] = 'test' os.environ['OWS_PROFILE_ID'] = 'test-profile' os.environ['OWS_PROFILE_TYPE'] = 'test-profile-type' os.environ['OWS_PROFILE_ROLES'] = 'test-profile-roles' os.environ['OWS_CLIENT_TOKEN'] = 'Bearer fake-token'