mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix pydsl test
This commit is contained in:
parent
6b01c8380d
commit
340b45d801
1 changed files with 1 additions and 2 deletions
|
@ -340,8 +340,7 @@ fi
|
|||
Test the basics of the pydsl
|
||||
'''
|
||||
ret = self.run_function('state.sls', mods='pydsl-1')
|
||||
import pprint
|
||||
pprint.pprint(ret)
|
||||
self.assertSaltTrueReturn(ret)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Reference in a new issue