Skip to content

Commit

Permalink
Fix signature of BaseHealthCheckBackend.check_status after merge of #390
Browse files Browse the repository at this point in the history
  • Loading branch information
saz authored Jan 29, 2024
1 parent 4e58660 commit 6e7e45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Writing a health check is quick and easy:
#: even if the check errors.
critical_service = False
def check_status(self):
def check_status(self, subset=None):
# The test code goes here.
# You can use `self.add_error` or
# raise a `HealthCheckException`,
Expand Down

0 comments on commit 6e7e45c

Please sign in to comment.