Skip to content

Commit

Permalink
remove refresh_wrapper patch. not needed anymore. rockstor#876
Browse files Browse the repository at this point in the history
  • Loading branch information
schakrava committed Sep 11, 2015
1 parent 99cdf1f commit 59447eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/rockstor/storageadmin/tests/test_nfs_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ def setUpClass(cls):
super(NFSExportTests, cls).setUpClass()

# post mocks
cls.patch_refresh_wrapper = patch('storageadmin.views.nfs_exports.refresh_wrapper')
cls.mock_refresh_wrapper = cls.patch_refresh_wrapper.start()
cls.mock_refresh_wrapper.return_value = False

cls.patch_mount_share = patch('storageadmin.views.nfs_exports.mount_share')
cls.mock_mount_share = cls.patch_mount_share.start()
cls.mock_mount_share.return_value = 'out','err', 0
Expand Down

0 comments on commit 59447eb

Please sign in to comment.