File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,8 @@ def test_get_create_options(self):
121121 'extras' : [{'key' : '1_IPV6_ADDRESS' , 'name' : '1 IPv6 Address' }],
122122 'locations' : [{'key' : 'wdc01' , 'name' : 'Washington 1' }],
123123 'operating_systems' : [{'key' : 'OS_UBUNTU_14_04_LTS_TRUSTY_TAHR_64_BIT' ,
124- 'name' : 'Ubuntu / 14.04-64' }],
124+ 'name' : 'Ubuntu / 14.04-64' ,
125+ 'referenceCode' : 'UBUNTU_14_64' }],
125126 'port_speeds' : [{
126127 'key' : '10' ,
127128 'name' : '10 Mbps Public & Private Network Uplinks'
@@ -374,10 +375,10 @@ def test_edit(self):
374375 self .assert_called_with ('SoftLayer_Hardware_Server' ,
375376 'editObject' ,
376377 args = ({
377- 'hostname' : 'new-host' ,
378- 'domain' : 'new.sftlyr.ws' ,
379- 'notes' : 'random notes' ,
380- },),
378+ 'hostname' : 'new-host' ,
379+ 'domain' : 'new.sftlyr.ws' ,
380+ 'notes' : 'random notes' ,
381+ },),
381382 identifier = 100 )
382383
383384 def test_rescue (self ):
You can’t perform that action at this time.
0 commit comments