mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Correct import of keystoneauth1 session
keystoneclient.session has been long deprecated in favor of keystoneauth1.session. This change corrects the import in the tests to use the correct library's session. Change-Id: Ic24ebde59e4b9eb70d6f14c1e0536f8d24f0de73
This commit is contained in:
parent
8f4440a6de
commit
760e91abcf
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
"""Compute v2 API Library Tests"""
|
||||
|
||||
from keystoneclient import session
|
||||
from keystoneauth1 import session
|
||||
from osc_lib import exceptions as osc_lib_exceptions
|
||||
from requests_mock.contrib import fixture
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue