File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 them directly to the API.
99"""
1010import SoftLayer
11+ from SoftLayer .fixtures import SoftLayer_Network_LBaaS_LoadBalancer
1112from SoftLayer import testing
12- from SoftLayer .fixtures import SoftLayer_Network_LBaaS_LoadBalancer
1313
1414
1515class 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 }],
You can’t perform that action at this time.
0 commit comments