Skip to content

Commit 24456e9

Browse files
author
caberos
committed
fix tox tool
1 parent 02a7061 commit 24456e9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/managers/hardware_tests.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)