fix trailing-whitespace error in test_proxmox_backup_schedule.py

This commit is contained in:
raoufnezhad 2025-03-30 13:17:57 +03:30 committed by GitHub
parent 1b22c92ae8
commit 1e4efeea01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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__':