We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509251e commit 03d3299Copy full SHA for 03d3299
sage_utils/amqp/clients.py
@@ -8,7 +8,7 @@ class RpcAmqpClient(object):
8
DEFAULT_PROPERTIES = {
9
'content_type': CONTENT_TYPE,
10
'delivery_mode': 2,
11
- 'correlation_id': 'test-event-name'
+ 'correlation_id': 'event-name'
12
}
13
14
def __init__(self, app, routing_key, request_exchange='',
0 commit comments