diff --git a/tests/unit/plugins/modules/test_proxmox_backup_schedule.py b/tests/unit/plugins/modules/test_proxmox_backup_schedule.py index 4bacd3c3bf..f381d714e5 100644 --- a/tests/unit/plugins/modules/test_proxmox_backup_schedule.py +++ b/tests/unit/plugins/modules/test_proxmox_backup_schedule.py @@ -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