mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
cron: fix a typo in the tests
This commit is contained in:
parent
a86b1b7f94
commit
1f02e1671b
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class CronTestCase(TestCase):
|
|||
cron.present(
|
||||
name='foo',
|
||||
hour='1',
|
||||
comment='Second crontab\nmulti-line-comment\n',
|
||||
comment='Second crontab\nmulti-line comment\n',
|
||||
identifier='2',
|
||||
user='root')
|
||||
self.assertEqual(
|
||||
|
|
Loading…
Add table
Reference in a new issue