Skip to content

Commit

Permalink
fix: add session for escalate
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed Oct 23, 2023
1 parent e75eed0 commit 3c430cd
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.get('/escalate', auth=self.http.auth)
self.http.session.get(self.http.endpoint + '/escalate', auth=self.http.auth, timeout=self.http.timeout)


class ApiKeyAuth(AuthBase):
Expand Down

0 comments on commit 3c430cd

Please sign in to comment.