Skip to content

Commit

Permalink
Rename redis healthcheck to redis_connectivity
Browse files Browse the repository at this point in the history
This matches the naming scheme we've got for the other connectivity
healthchecks, such as `database_connectivity`.
  • Loading branch information
thomasleese committed Jan 18, 2021
1 parent 16ca0f3 commit 24dd408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/govuk_app_config/govuk_healthcheck/redis.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module GovukHealthcheck
class Redis
def name
:redis
:redis_connectivity
end

def status
Expand Down

0 comments on commit 24dd408

Please sign in to comment.