mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 04:00:31 -07:00
Update test_proxmox_backup_schedule.py
This commit is contained in:
parent
7ff9e4b928
commit
2b58f5518b
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class TestProxmoxBackupScheduleModule(ModuleTestCase):
|
|||
'api_host': 'proxmoxhost',
|
||||
'api_user': 'root@pam',
|
||||
'api_password': 'supersecret',
|
||||
'vm_id': 101,
|
||||
'vm_id': '101',
|
||||
'state': 'absent'
|
||||
})
|
||||
self.module.main()
|
||||
|
|
Loading…
Add table
Reference in a new issue