mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-28 06:59:14 +00:00
parent
91ae1afdf6
commit
75d3a78d6d
1 changed files with 0 additions and 4 deletions
|
|
@ -945,7 +945,3 @@ class TestLogrotateConfig(unittest.TestCase):
|
|||
self.mock_module.run_command.assert_called_once()
|
||||
call_args = self.mock_module.run_command.call_args[0][0]
|
||||
self.assertEqual(call_args[0], test_logrotate_path)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue