We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10545a9 commit 36e210bCopy full SHA for 36e210b
1 file changed
tests/CLI/modules/vs/vs_create_tests.py
@@ -485,7 +485,6 @@ def test_create_like_flavor(self, confirm_mock):
485
'networkComponents': [{'maxSpeed': 100}]},)
486
self.assert_called_with('SoftLayer_Virtual_Guest', 'generateOrderTemplate', args=args)
487
488
-
489
@mock.patch('SoftLayer.CLI.formatting.confirm')
490
def test_create_like_transient(self, confirm_mock):
491
mock = self.set_mock('SoftLayer_Virtual_Guest', 'getObject')
0 commit comments