Skip to content

Commit

Permalink
Update README with proper check_status signature
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwiles committed Jan 31, 2024
1 parent 95120bd commit 78d08eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,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 78d08eb

Please sign in to comment.