Skip to content

Commit 1b6f6a2

Browse files
committed
fixed tox issues
1 parent 6066024 commit 1b6f6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/managers/loadbal_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
them directly to the API.
99
"""
1010
import SoftLayer
11+
from SoftLayer.fixtures import SoftLayer_Network_LBaaS_LoadBalancer
1112
from SoftLayer import testing
12-
from SoftLayer.fixtures import SoftLayer_Network_LBaaS_LoadBalancer
1313

1414

1515
class LoadBalancerTests(testing.TestCase):
@@ -156,7 +156,7 @@ def test_order_lbaas(self):
156156
'description': desc,
157157
'location': datacenter,
158158
'packageId': package[0]['id'],
159-
'useHourlyPricing': True, # Required since LBaaS is an hourly service
159+
'useHourlyPricing': True, # Required since LBaaS is an hourly service
160160
'prices': [{'id': package[0]['itemPrices'][0]['id']}],
161161
'protocolConfigurations': protocols,
162162
'subnets': [{'id': subnet_id}],

0 commit comments

Comments
 (0)