Skip to content

Commit ceafa22

Browse files
caberoscaberos
authored andcommitted
fix the tox tool
1 parent 8a75ea2 commit ceafa22

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

SoftLayer/fixtures/SoftLayer_Account.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@
501501
'totalPrimaryIpAddressCount': 1,
502502
'subnetCount': 0,
503503
'subnets': [],
504+
'tagReferences': [],
504505
'firewallInterfaces': [
505506
{
506507
'id': 1,
@@ -538,6 +539,7 @@
538539
'firewallInterfaces': [],
539540

540541
'subnetCount': 0,
542+
'tagReferences': [],
541543
'subnets': [],
542544
}, {
543545
'id': 3,
@@ -561,6 +563,7 @@
561563
'totalPrimaryIpAddressCount': 3,
562564
'subnetCount': 0,
563565
'subnets': [],
566+
'tagReferences': [],
564567
'virtualGuestCount': 1,
565568
'virtualGuests': [{'id': 3}]
566569
}]
@@ -1173,7 +1176,7 @@
11731176
"virtualizationPlatform": 0,
11741177
"requiredUser": "administrator@vsphere.local"
11751178
}
1176-
}
1179+
}
11771180
]
11781181

11791182
getActiveVirtualLicenses = [{

SoftLayer/fixtures/SoftLayer_Network_Vlan.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
'id': 235689,
1414
'notes': 'test cli',
1515
'orderItemId': 147258,
16-
}
16+
},
17+
'tagReferences': [],
1718
}
1819

1920
editObject = True

0 commit comments

Comments
 (0)