mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -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_host': 'proxmoxhost',
|
||||||
'api_user': 'root@pam',
|
'api_user': 'root@pam',
|
||||||
'api_password': 'supersecret',
|
'api_password': 'supersecret',
|
||||||
'vm_id': 101,
|
'vm_id': '101',
|
||||||
'state': 'absent'
|
'state': 'absent'
|
||||||
})
|
})
|
||||||
self.module.main()
|
self.module.main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue