Skip to content

Commit

Permalink
google auth: raise on credentials error
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Oct 7, 2024
1 parent 8f3aff9 commit d9a77ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automon/integrations/google/auth/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d9a77ef

Please sign in to comment.