mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 10:10:31 -07:00
remove whitespaces
This commit is contained in:
parent
070d60ba30
commit
0c747bb7fb
1 changed files with 0 additions and 2 deletions
|
@ -212,7 +212,6 @@ class TestProxmoxBackupScheduleModule(ModuleTestCase):
|
|||
'state': 'present'
|
||||
})
|
||||
self.module.main()
|
||||
|
||||
result = exc_info.value.args[0]
|
||||
assert result['changed'] is True
|
||||
|
||||
|
@ -226,7 +225,6 @@ class TestProxmoxBackupScheduleModule(ModuleTestCase):
|
|||
'state': 'absent'
|
||||
})
|
||||
self.module.main()
|
||||
|
||||
result = exc_info.value.args[0]
|
||||
assert result['changed'] is True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue