rabbitmq_binding: Fix misnamed reference (#47049)
Fix for bug introduced in #18437
This commit is contained in:
parent
39b0b312f2
commit
150e9db568
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class RabbitMqBinding(object):
|
|||
urllib_parse.quote(self.destination, safe=''))
|
||||
self.api_result = self.request.post(self.url,
|
||||
auth=self.authentication,
|
||||
verify=self.cacert,
|
||||
verify=self.verify,
|
||||
cert=(self.cert, self.key),
|
||||
headers={"content-type": "application/json"},
|
||||
data=json.dumps({
|
||||
|
|
Loading…
Reference in a new issue