Skip to content

docstring on_failure description does not match function #216

Description

I think that these docstrings:

:param on_failure: Callback executed if at least one HTTP request in a flush has status code 200

:param on_failure: Callback executed if at least one HTTP request in a flush has status code 200

should read something closer to:

Callback executed if at least one HTTP request in a flush has status code other than 200

Noting that this ignores the range suggested in is_good_status_code(status_code) since the docstring for on_success also ignored it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions