Import exceptions module instead of exception (#722)
A missing 's' on importing the zaza.openstack.utilities.exceptions in the octavia tests are causing gate tests to fail. This fixes the import to point at the right module. Fixes #721 Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ import zaza.openstack.utilities.openstack as openstack_utils
|
||||
|
||||
from zaza.openstack.utilities import generic as generic_utils
|
||||
from zaza.openstack.utilities import ObjectRetrierWraps
|
||||
from zaza.openstack.utilities.exception import (
|
||||
from zaza.openstack.utilities.exceptions import (
|
||||
LoadBalancerUnexpectedState,
|
||||
LoadBalancerUnrecoverableError,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user