Skip to content

Commit f0394ab

Browse files
committed
Changes item id for disk2 so tests would cover it
1 parent 7a9fabd commit f0394ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SoftLayer/tests/fixtures/Product_Package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ def get_bmc_categories_mock():
857857

858858
disk_prices2 = [
859859
{
860-
'itemId': 13,
860+
'itemId': 2000,
861861
'setupFee': '0',
862862
'recurringFee': '0',
863863
'hourlyRecurringFee': '0',
@@ -867,7 +867,7 @@ def get_bmc_categories_mock():
867867
'item': {
868868
'capacity': '250',
869869
'description': '250GB SATA II',
870-
'id': 13
870+
'id': 2000
871871
},
872872
'laborFee': '0',
873873
}

0 commit comments

Comments
 (0)