summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <henry.christopher@gmail.com>2014-08-12 18:18:57 -0400
committerChris <henry.christopher@gmail.com>2014-08-12 18:18:57 -0400
commitd4d03cc24361ef865af7990c8169d5032e3fff51 (patch)
treeb4c717775241d7e1023ed9e433f19f2ee5658944
parent195c7651ad11fdb5dd5837acf7fe577b5a761f7c (diff)
downloadboto-d4d03cc24361ef865af7990c8169d5032e3fff51.tar.gz
Fix for python 3.4
-rw-r--r--tests/unit/sqs/test_connection.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit/sqs/test_connection.py b/tests/unit/sqs/test_connection.py
index a06fb3e5..cc0ec536 100644
--- a/tests/unit/sqs/test_connection.py
+++ b/tests/unit/sqs/test_connection.py
@@ -131,9 +131,6 @@ class SQSProfileName(MockServiceWithConfigTestCase):
@attr(sqs=True)
def test_profile_name_gets_passed(self):
- query_mock = AWSQueryConnection()
- query_mock.__init__ = mock.Mock(wraps=AWSQueryConnection.__init__)
-
region = SQSRegionInfo(name='us-west-2',
endpoint='us-west-2.queue.amazonaws.com')
self.service_connection = SQSConnection(