summaryrefslogtreecommitdiff
path: root/tests/unit/ec2/test_instancestatus.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/ec2/test_instancestatus.py')
-rw-r--r--tests/unit/ec2/test_instancestatus.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/ec2/test_instancestatus.py b/tests/unit/ec2/test_instancestatus.py
index 701b2720..38224d7d 100644
--- a/tests/unit/ec2/test_instancestatus.py
+++ b/tests/unit/ec2/test_instancestatus.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python
from tests.compat import mock, unittest
-from tests.unit import AWSMockServiceTestCase
from boto.ec2.connection import EC2Connection
@@ -26,7 +25,6 @@ class TestInstanceStatusResponseParsing(unittest.TestCase):
self.assertNotIn('IncludeAllInstances', ec2.make_request.call_args[0][1])
self.assertEqual(all_statuses.next_token, 'page-2')
-
def test_include_all_instances(self):
ec2 = EC2Connection(aws_access_key_id='aws_access_key_id',
aws_secret_access_key='aws_secret_access_key')