Skip to content

Commit

Permalink
Adapt tests to RabbitMQ 3.0 - expiry property is supported and must b…
Browse files Browse the repository at this point in the history
…e numeric
  • Loading branch information
majek committed Dec 19, 2012
1 parent d06c1be commit 15b3594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.py
Expand Up @@ -310,7 +310,7 @@ def test_properties(self):
"priority": 1,
"correlation_id": 'd',
"reply_to": 'e',
"expiration": 'f',
"expiration": '1000000',
"message_id": 'g',
"timestamp": 1,
"type_": 'h',
Expand Down

0 comments on commit 15b3594

Please sign in to comment.