mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Don't allow libcloud mock module injection in unit/states/libcloud_dns_test.py either
This commit is contained in:
parent
d513a60189
commit
186e2d0d03
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class MockDnsModule(object):
|
|||
MagicMock(return_value=MockDNSDriver()))
|
||||
class LibcloudDnsModuleTestCase(ModuleTestCase):
|
||||
def setUp(self):
|
||||
hasDependency('libcloud')
|
||||
hasDependency('libcloud', fake_module=False)
|
||||
|
||||
def get_config(service):
|
||||
if service == SERVICE_NAME:
|
||||
|
|
Loading…
Add table
Reference in a new issue