Update Healthchecks deprecation warning message for clarity.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Helfman 2023-10-11 12:17:57 -07:00
parent 09594c85bf
commit 77b1907d03
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ def normalize(config_filename, config):
dict(
levelno=logging.WARNING,
levelname='WARNING',
msg=f'{config_filename}: The healthchecks hook now expects a mapping value. String values for this option are deprecated and support will be removed from a future release.',
msg=f'{config_filename}: The healthchecks hook now expects a key/value pair with "ping_url" as a key. String values for this option are deprecated and support will be removed from a future release.',
)
)
)