fix pydsl test

This commit is contained in:
Thomas S Hatch 2013-05-18 22:58:08 +00:00
parent 6b01c8380d
commit 340b45d801

View File

@ -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__':