Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

ttl_pass should be put not get #197

@Parag08

Description

@Parag08

line 1015 in base.py should be:
"""
return self.agent.http.put(
CB.bool(),
'/v1/agent/check/pass/%s' % check_id,
params=params)
"""

instead of
"""
return self.agent.http.get(
CB.bool(),
'/v1/agent/check/pass/%s' % check_id,
params=params)
"""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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