From 4ce8f1a29fe94f852c9779de5eb02de4d023b3e1 Mon Sep 17 00:00:00 2001 From: raoufnezhad <72685312+raoufnezhad@users.noreply.github.com> Date: Tue, 18 Mar 2025 10:38:54 +0330 Subject: [PATCH] fix Err closing bracket does not match in test_proxmox_backup_schedule.py --- tests/unit/plugins/modules/test_proxmox_backup_schedule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/plugins/modules/test_proxmox_backup_schedule.py b/tests/unit/plugins/modules/test_proxmox_backup_schedule.py index f2f210c9f0..40ebf3057b 100644 --- a/tests/unit/plugins/modules/test_proxmox_backup_schedule.py +++ b/tests/unit/plugins/modules/test_proxmox_backup_schedule.py @@ -132,7 +132,7 @@ RESOURCE_LIST = [ ] BACKUP_JOBS = [ -{ + { "type": "vzdump", "id": "backup-001", "storage": "local",