I am new to this project, and not even an intern yet, so I do not know whom to ping here.
Summary of issue
GOOGLE_CREDENTIALS was not defaulting to noop in application.properties, even though that was intended in GoogleAnalytics class.
Summary of change
Made it default to noop.
This change is sent directly to the develop branch, as it seems to be too small to actually break anything, and unit tests were run.
Feel free to redirect this to another branch if you think it is a better idea here.
develop
GitHub Board
#395 The application requires GOOGLE_CREDENTIALS environment variable to be set
Code reviewers
I am new to this project, and not even an intern yet, so I do not know whom to ping here.
Summary of issue
GOOGLE_CREDENTIALS
was not defaulting tonoop
inapplication.properties
, even though that was intended inGoogleAnalytics
class.Summary of change
Made it default to
noop
.This change is sent directly to the
develop
branch, as it seems to be too small to actually break anything, and unit tests were run. Feel free to redirect this to another branch if you think it is a better idea here.