From 407bea4ab9377ba5fe315a7a5bcea9369cfcc006 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 21 Jun 2024 19:17:23 +0530 Subject: [PATCH] fix: removed badge fixture --- lms/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/hooks.py b/lms/hooks.py index 259aec27..f7a30b5e 100644 --- a/lms/hooks.py +++ b/lms/hooks.py @@ -115,7 +115,7 @@ scheduler_events = { "daily": ["lms.job.doctype.job_opportunity.job_opportunity.update_job_openings"], } -fixtures = ["Custom Field", "Function", "Industry", "LMS Badge"] +fixtures = ["Custom Field", "Function", "Industry"] # Testing # -------