Skip to content

Commit 760e91a

Browse files
committed
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
1 parent 8f4440a commit 760e91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstackclient/tests/unit/api/test_compute_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
"""Compute v2 API Library Tests"""
1515

16-
from keystoneclient import session
16+
from keystoneauth1 import session
1717
from osc_lib import exceptions as osc_lib_exceptions
1818
from requests_mock.contrib import fixture
1919

0 commit comments

Comments
 (0)