1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix cut and paste error of test code

This commit is contained in:
Toshio Kuratomi 2016-04-19 10:38:17 -07:00
parent f32592f092
commit 03126f7097

View file

@ -197,9 +197,7 @@ class TestAnsibleModuleLogJournal(unittest.TestCase):
)
self.has_journal = basic.has_journal
if self.has_journal:
# Systems with journal can still test syslog
basic.has_journal = False
basic.has_journal = True
self.module_patcher = None