mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -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'
|
'state': 'present'
|
||||||
})
|
})
|
||||||
self.module.main()
|
self.module.main()
|
||||||
|
|
||||||
result = exc_info.value.args[0]
|
result = exc_info.value.args[0]
|
||||||
assert result['changed'] is True
|
assert result['changed'] is True
|
||||||
|
|
||||||
|
@ -226,7 +225,6 @@ class TestProxmoxBackupScheduleModule(ModuleTestCase):
|
||||||
'state': 'absent'
|
'state': 'absent'
|
||||||
})
|
})
|
||||||
self.module.main()
|
self.module.main()
|
||||||
|
|
||||||
result = exc_info.value.args[0]
|
result = exc_info.value.args[0]
|
||||||
assert result['changed'] is True
|
assert result['changed'] is True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue