mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Mock test key in __opts__ dict
This commit is contained in:
parent
298685bbb2
commit
86b8161d22
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ ensure_in_syspath('../../')
|
|||
from salt.states import openstack_config
|
||||
|
||||
openstack_config.__salt__ = {}
|
||||
openstack_config.__opts__ = {}
|
||||
openstack_config.__opts__ = {'test': False}
|
||||
|
||||
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
|
|
Loading…
Add table
Reference in a new issue