Skip to content

Commit 09e1bed

Browse files
author
Nathan Beittenmiller
committed
Fixing typo
1 parent 7601344 commit 09e1bed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/tests/managers/hardware_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def test_generate_create_dict_with_all_bare_metal_options(self):
225225
{'id': args['disks'][0]},
226226
{'id': args['os']},
227227
{'id': args['port_speed']},
228-
{'id': prices[0]['price_id']},
228+
{'id': prices[0]['id']},
229229
],
230230
}
231231

0 commit comments

Comments
 (0)