Fix test server error

This commit is contained in:
gruebel 2019-10-28 17:21:01 +01:00
parent 51117c948a
commit c5059ad3d1

View File

@ -164,9 +164,7 @@ def test_get_queue_url():
response = client.get_queue_url(QueueName='test-queue')
response['QueueUrl'].should.equal(
'https://queue.amazonaws.com/123456789012/test-queue'
)
response.should.have.key('QueueUrl').which.should.contain('test-queue')
@mock_sqs