Skip to content

Commit

Permalink
fix: add / to escalate url
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed Oct 23, 2023
1 parent 4ef207d commit e75eed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alertaclient/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def housekeeping(self, expired_delete_hours=None, info_delete_hours=None):
raise UnknownError(response.text)

def escalate(self):
self.http.session.get('escalate', auth=self.http.auth)
self.http.get('/escalate', auth=self.http.auth)


class ApiKeyAuth(AuthBase):
Expand Down

0 comments on commit e75eed0

Please sign in to comment.