mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 20:20:31 -07:00
fix trailing-whitespace error in test_proxmox_backup_schedule.py
This commit is contained in:
parent
1b22c92ae8
commit
1e4efeea01
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class TestProxmoxBackupScheduleModule(ModuleTestCase):
|
|||
self.module.main()
|
||||
|
||||
result = exc_info.value.args[0]
|
||||
assert result['changed'] is True
|
||||
assert result['changed'] is True
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Reference in a new issue