Skip to content

Commit 8b6bdfe

Browse files
author
Ian Sutton
committed
fix test analysis checks
1 parent 2c5026c commit 8b6bdfe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/managers/block_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,6 @@ def test_order_block_duplicate_depdupe(self):
892892
'isDependentDuplicateFlag': 1
893893
},))
894894

895-
896895
def test_order_block_duplicate_endurance_no_duplicate_snapshot(self):
897896
mock = self.set_mock('SoftLayer_Product_Package', 'getAllObjects')
898897
mock.return_value = [fixtures.SoftLayer_Product_Package.SAAS_PACKAGE]

tests/managers/file_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,6 @@ def test_order_file_duplicate_depdupe(self):
786786
'isDependentDuplicateFlag': 1
787787
},))
788788

789-
790789
def test_order_file_duplicate_endurance(self):
791790
mock = self.set_mock('SoftLayer_Product_Package', 'getAllObjects')
792791
mock.return_value = [fixtures.SoftLayer_Product_Package.SAAS_PACKAGE]

0 commit comments

Comments
 (0)