summaryrefslogtreecommitdiff
path: root/tests/integration/ec2/elb/test_connection.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/ec2/elb/test_connection.py')
-rw-r--r--tests/integration/ec2/elb/test_connection.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/ec2/elb/test_connection.py b/tests/integration/ec2/elb/test_connection.py
index 5464a405..5dc44141 100644
--- a/tests/integration/ec2/elb/test_connection.py
+++ b/tests/integration/ec2/elb/test_connection.py
@@ -69,7 +69,7 @@ class ELBConnectionTest(unittest.TestCase):
'ThingName1': 'thing1',
'ThingName2': 'thing2',
'ThingName3': 'thing3'
- }
+ }
self.assertEqual(params, expected_params)
# TODO: for these next tests, consider sleeping until our load
@@ -93,7 +93,7 @@ class ELBConnectionTest(unittest.TestCase):
self.assertEqual(
sorted(l.get_tuple() for l in balancers[0].listeners),
sorted(self.listeners + more_listeners)
- )
+ )
def test_delete_load_balancer_listeners(self):
mod_listeners = [(80, 8000, 'HTTP'), (443, 8001, 'HTTP')]