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:
parent
f32592f092
commit
03126f7097
1 changed files with 1 additions and 3 deletions
|
@ -197,9 +197,7 @@ class TestAnsibleModuleLogJournal(unittest.TestCase):
|
||||||
)
|
)
|
||||||
|
|
||||||
self.has_journal = basic.has_journal
|
self.has_journal = basic.has_journal
|
||||||
if self.has_journal:
|
basic.has_journal = True
|
||||||
# Systems with journal can still test syslog
|
|
||||||
basic.has_journal = False
|
|
||||||
|
|
||||||
self.module_patcher = None
|
self.module_patcher = None
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue