1) Added missing GLOBALLY_DELIVERABLE config parameter in the config.py from the last commit.

2) Fixed API test cases for DBMS_JOB_SCHEDULER
This commit is contained in:
Akshay Joshi 2025-02-07 13:36:11 +05:30
parent ae76ea3585
commit bf7f8cdd73
2 changed files with 3 additions and 2 deletions

View File

@ -402,7 +402,8 @@ CHECK_EMAIL_DELIVERABILITY = False
SECURITY_EMAIL_VALIDATOR_ARGS = \
{"check_deliverability": CHECK_EMAIL_DELIVERABILITY}
ALLOW_SPECIAL_EMAIL_DOMAINS = []
# Disables global deliverable check while email validation
GLOBALLY_DELIVERABLE = True
##########################################################################
# Upgrade checks
##########################################################################

View File

@ -53,7 +53,7 @@
"jsscstart": "2024-02-27 00:00:00 +05:30",
"jsscend": "2054-02-28 00:00:00 +05:30",
"jsscfreq": "YEARLY",
"jsscdate": "20250113",
"jsscdate": "20540113",
"jsscweekdays": [],
"jsscmonthdays": [],
"jsscmonths": [],