Skip to content

Commit

Permalink
Decorate function
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieCressey committed Dec 6, 2015
1 parent 1ee8ee8 commit c84c497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beaver/tests/test_sqs_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def test_sqs_multi_queue_bulklines(cls):
cls.assertIsInstance(transport, beaver.transports.sqs_transport.SqsTransport)
transport.interrupt()

@mock_sqs
def test_sqs_send_single_queue(cls):
cls._create_queues()
cls.beaver_config.set('sqs_aws_queue', 'queue1')
Expand Down

0 comments on commit c84c497

Please sign in to comment.