Skip to content

Commit 3853a1f

Browse files
author
Fernando
committed
Fix tox analysis.
1 parent b2db864 commit 3853a1f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

SoftLayer/managers/hardware.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,7 @@ def _get_prices_for_upgrade_option(upgrade_prices, option, value):
956956

957957
return price_id
958958

959+
959960
def _get_bandwidth_key(items, hourly=True, no_public=False, location=None):
960961
"""Picks a valid Bandwidth Item, returns the KeyName"""
961962

tests/CLI/modules/server_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,7 @@ def test_authorize_hw_empty(self, confirm_mock):
923923

924924
def test_authorize_hw(self):
925925
result = self.run_command(['hw', 'authorize-storage', '--username-storage=SL01SEL301234-11', '1234'])
926+
self.assert_no_fail(result)
926927

927928
def test_upgrade_no_options(self, ):
928929
result = self.run_command(['hw', 'upgrade', '100'])

0 commit comments

Comments
 (0)