diff --git a/ironic_inspector/test/inspector_tempest_plugin/exceptions.py b/ironic_inspector/test/inspector_tempest_plugin/exceptions.py index 7791c40f1..ac08d54ac 100644 --- a/ironic_inspector/test/inspector_tempest_plugin/exceptions.py +++ b/ironic_inspector/test/inspector_tempest_plugin/exceptions.py @@ -10,7 +10,7 @@ # License for the specific language governing permissions and limitations # under the License. -from tempest import exceptions +from tempest.lib import exceptions class IntrospectionFailed(exceptions.TempestException):