mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix indent wart
This commit is contained in:
parent
bc971e419e
commit
b8af2387cd
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class GrainsTargetingTest(ShellCase):
|
|||
if salt.utils.is_windows():
|
||||
ret = self.run_salt('-G "os:{0}" test.ping'.format(os_grain))
|
||||
else:
|
||||
ret = self.run_salt('-G \'os:{0}\' test.ping'.format(os_grain))
|
||||
ret = self.run_salt('-G \'os:{0}\' test.ping'.format(os_grain))
|
||||
self.assertEqual(sorted(ret), sorted(test_ret))
|
||||
|
||||
def test_grains_targeting_minion_id_running(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue