From 0c747bb7fb59024369dc6a82f376a6b85e62c513 Mon Sep 17 00:00:00 2001 From: mayabi Date: Sun, 30 Mar 2025 10:39:31 +0330 Subject: [PATCH] remove whitespaces --- tests/unit/plugins/modules/test_proxmox_backup_schedule.py | 2 -- 1 file changed, 2 deletions(-) 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