tests: fix typo
This commit is contained in:
parent
4809c16e08
commit
8f1bfa65f8
@ -185,7 +185,7 @@ class TC_00_VMs(AdminAPITestCase):
|
|||||||
mock.assert_called_once_with(self.vm, 'test-net')
|
mock.assert_called_once_with(self.vm, 'test-net')
|
||||||
self.app.save.assert_called_once_with()
|
self.app.save.assert_called_once_with()
|
||||||
|
|
||||||
def test_0301_vm_property_set_vm_none(self):
|
def test_031_vm_property_set_vm_none(self):
|
||||||
netvm = self.app.add_new_vm('AppVM', label='red', name='test-net',
|
netvm = self.app.add_new_vm('AppVM', label='red', name='test-net',
|
||||||
template='test-template', provides_network=True)
|
template='test-template', provides_network=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user