Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fixed a unit test failure in EMR.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Feb 7, 2014
1 parent d4fc260 commit 4f986b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/unit/emr/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
from tests.unit import AWSMockServiceTestCase

from boto.emr.connection import EmrConnection
from boto.emr.emrobject import BootstrapAction, BootstrapActionList, ClusterStatus, ClusterSummaryList, ClusterSummary, ClusterTimeline, InstanceInfo, InstanceList, InstanceGroupInfo, InstanceGroup, InstanceGroupList, JobFlow, JobFlowStepList, Step, StepSummaryList
from boto.emr.emrobject import BootstrapAction, BootstrapActionList, \
ClusterStatus, ClusterSummaryList, \
ClusterSummary, ClusterTimeline, InstanceInfo, \
InstanceList, InstanceGroupInfo, \
InstanceGroup, InstanceGroupList, JobFlow, \
JobFlowStepList, Step, StepSummaryList, Cluster

# These tests are just checking the basic structure of
# the Elastic MapReduce code, by picking a few calls
Expand Down

0 comments on commit 4f986b6

Please sign in to comment.