mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Updating unit tests based on changes to module.
This commit is contained in:
parent
8d7906bce1
commit
c95f8be0ae
@ -65,8 +65,6 @@ def __virtual__():
|
||||
|
||||
:return: The virtual name of the module.
|
||||
'''
|
||||
if not ENABLED:
|
||||
return False
|
||||
return __virtualname__
|
||||
|
||||
|
||||
|
@ -20,6 +20,8 @@ ensure_in_syspath('../../')
|
||||
# Import Salt Libs
|
||||
from salt.modules import random_org
|
||||
|
||||
random_org.__opts__ = {}
|
||||
|
||||
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
class RandomOrgTestCase(TestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user