mirror of https://github.com/apache/cloudstack.git
exception assert fix
This commit is contained in:
parent
4b1dfd137c
commit
b351ff52ca
|
|
@ -74,5 +74,5 @@ class TestPVLAN(cloudstackTestCase):
|
|||
createNetworkCmd.startipv6="fc00:1234::10"
|
||||
createNetworkCmd.endipv6="fc00:1234::20"
|
||||
err = 0
|
||||
with helper.assertRaises(CloudstackAPIException):
|
||||
with self.assertRaises(CloudstackAPIException):
|
||||
self.apiClient.createNetwork(createNetworkCmd)
|
||||
|
|
|
|||
Loading…
Reference in New Issue