Skip to content

Commit

Permalink
feat: checkly provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhil56x committed Jan 27, 2025
1 parent 15cfd49 commit 75afefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep/providers/checkly_provider/checkly_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def __get_paginated_data(self, query_params: dict = {}) -> list:
return data

def __get_url(self, query_params: dict = {}):
url = f"https://api.checklyhq.com/v1/check-alerts"
url = "https://api.checklyhq.com/v1/check-alerts"
if query_params:
url += "?"
for key, value in query_params.items():
Expand Down

0 comments on commit 75afefb

Please sign in to comment.