diff --git a/automon/integrations/google/auth/config.py b/automon/integrations/google/auth/config.py index 1b2b0109..665bfcbb 100644 --- a/automon/integrations/google/auth/config.py +++ b/automon/integrations/google/auth/config.py @@ -58,7 +58,7 @@ def Credentials(self): except: pass - logger.error(f'Missing GOOGLE_CREDENTIALS or GOOGLE_CREDENTIALS_BASE64') + raise Exception(f'Missing GOOGLE_CREDENTIALS or GOOGLE_CREDENTIALS_BASE64') @property def _GOOGLE_CREDENTIALS(self):