Skip to content

Commit c98ff62

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Correct import of keystoneauth1 session"
2 parents 95378bb + 760e91a commit c98ff62

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)