diff options
-rw-r--r-- | sfc/unit_tests/unit/lib/test_cleanup.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfc/unit_tests/unit/lib/test_cleanup.py b/sfc/unit_tests/unit/lib/test_cleanup.py index 34e5a56b..5ec4261e 100644 --- a/sfc/unit_tests/unit/lib/test_cleanup.py +++ b/sfc/unit_tests/unit/lib/test_cleanup.py @@ -269,8 +269,6 @@ class SfcCleanupTesting(unittest.TestCase): Check the proper functionality of the delete_openstack_objects function when exception occurs. """ - def side_effect(): - raise Exception('First Boom!') mock_creator_obj_one = Mock() mock_creator_obj_two = Mock() |