mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 12:10:31 -07:00
Fix trailing whitespace err in test_proxmox_backup_schedule.py
This commit is contained in:
parent
cf99474d1c
commit
20069dce8c
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ BACKUP_JOB_SPECIFIC_BKID = {
|
|||
"vmid": "100,101"
|
||||
}
|
||||
EXPECTED_UPDATE_BACKUP_SCHEDULE = True
|
||||
EXPECTED_DEL_BACKUP_SCHEDULE = True
|
||||
EXPECTED_DEL_BACKUP_SCHEDULE = True
|
||||
|
||||
|
||||
class TestProxmoxBackupScheduleModule(ModuleTestCase):
|
||||
|
|
Loading…
Add table
Reference in a new issue