Fix queue urls for other regions. Closes #411.

This commit is contained in:
Steve Pulec 2015-09-19 09:18:16 -04:00
commit f72613cc47
3 changed files with 20 additions and 7 deletions

View file

@ -34,6 +34,8 @@ def test_create_queues_in_multiple_region():
list(west1_conn.get_all_queues()).should.have.length_of(1)
list(west2_conn.get_all_queues()).should.have.length_of(1)
west1_conn.get_all_queues()[0].url.should.equal('http://sqs.us-west-1.amazonaws.com/123456789012/test-queue')
@mock_sqs
def test_get_queue():