summaryrefslogtreecommitdiff
path: root/novaclient/tests/functional/v2/legacy/test_hypervisors.py
diff options
context:
space:
mode:
Diffstat (limited to 'novaclient/tests/functional/v2/legacy/test_hypervisors.py')
-rw-r--r--novaclient/tests/functional/v2/legacy/test_hypervisors.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/novaclient/tests/functional/v2/legacy/test_hypervisors.py b/novaclient/tests/functional/v2/legacy/test_hypervisors.py
index ecc102dc..621401f9 100644
--- a/novaclient/tests/functional/v2/legacy/test_hypervisors.py
+++ b/novaclient/tests/functional/v2/legacy/test_hypervisors.py
@@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-import six
-
from novaclient.tests.functional import base
from novaclient import utils
@@ -41,4 +39,4 @@ class TestHypervisors(base.ClientTestBase):
'Expected hypervisor.service.id to be an integer.')
def test_list(self):
- self._test_list(six.text_type)
+ self._test_list(str)