Switch quotes to make test pass

This commit is contained in:
Pedro Algarvio 2014-03-31 22:30:16 +01:00
parent b1e77d3781
commit bb70a0e381

View File

@ -543,8 +543,8 @@ fi
ret = self.run_function('state.sls', mods='requisites.require_error1')
self.assertEqual(ret, [
'Cannot extend ID W in "base:requisites.require_error1".'
+ ' It is not part of the high state.'
"Cannot extend ID W in 'base:requisites.require_error1'. "
"It is not part of the high state."
])
# issue #8235