File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def test_cancel_block_volume_exception_billing_item_not_found(self):
4848 'createDate' : '2017-06-20T14:24:21-06:00' ,
4949 'nasType' : 'ISCSI' ,
5050 'storageTypeId' : '7' ,
51- 'serviceResourceName' :'PerfStor Aggr aggr_staasdal0601_pc01'
51+ 'serviceResourceName' : 'PerfStor Aggr aggr_staasdal0601_pc01'
5252 }
5353 exception = self .assertRaises (
5454 exceptions .SoftLayerError ,
@@ -68,7 +68,7 @@ def test_cancel_block_volume_billing_item_found(self):
6868 'createDate' : '2017-06-20T14:24:21-06:00' ,
6969 'nasType' : 'ISCSI' ,
7070 'storageTypeId' : '7' ,
71- 'serviceResourceName' :'PerfStor Aggr aggr_staasdal0601_pc01' ,
71+ 'serviceResourceName' : 'PerfStor Aggr aggr_staasdal0601_pc01' ,
7272 'billingItem' : {'hourlyFlag' : True , 'id' : 449 },
7373 }
7474 self .block .cancel_block_volume (123 , immediate = False )
@@ -80,7 +80,6 @@ def test_cancel_block_volume_billing_item_found(self):
8080 identifier = 449 ,
8181 )
8282
83-
8483 def test_get_block_volume_details (self ):
8584 result = self .block .get_block_volume_details (100 )
8685
You can’t perform that action at this time.
0 commit comments