Skip to content

Commit 03d3299

Browse files
committed
Updated the default correlation_id value
1 parent 509251e commit 03d3299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sage_utils/amqp/clients.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class RpcAmqpClient(object):
88
DEFAULT_PROPERTIES = {
99
'content_type': CONTENT_TYPE,
1010
'delivery_mode': 2,
11-
'correlation_id': 'test-event-name'
11+
'correlation_id': 'event-name'
1212
}
1313

1414
def __init__(self, app, routing_key, request_exchange='',

0 commit comments

Comments
 (0)